#D6457E

Color #D6457E Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D6457E

Tints of Cranberry #D6457E

Color information

#D6457E (or 0xD6457E) is unknown color: approx Cranberry. HEX triplet: D6, 45 and 7E. RGB value is (214,69,126). Sum of RGB (Red+Green+Blue) = 214+69+126=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6457E is #29BA81. Grayscale: #767676. Windows color (decimal): -2734722 or 8275414. OLE color: 8275414.

HSL color Cylindrical-coordinate representation of color #D6457E: hue angle of 336.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6457E is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB21469126-
CMYK00.680.410.16
HSL336.41º63.88%55.49%-
HSV(B)336.41º67.76%83.92%-
XYZ33.6320.0621.84-
YUV118.85132.04195.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 52.32%
GREEN value IS 69 (27.34% from 255) = 16.87%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=52.32%
G=16.87%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146912600.680.410.16336.4163.8855.49
HexD6457E04429101504037
Octal3261051760104512052010067
Binary110101101000101111111001000100101001100001010100001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6457E; }

 p { color: rgb(214,69,126); }

 H1.HeaderClassName
 {
   color: #D6457E;
 }
 .AnyTagClassName
 {
   color: #D6457E;
 }
</style>
background-color css

<style>
 a { background-color: #D6457E; }

 a { background-color: rgb(214,69,126); }

 div.DivClassName
 {
   background-color: #D6457E;
 }
 .BgClassName
 {
   background-color: #D6457E;
 }
</style>
border-color css

<style>
 span { border-color: #D6457E; }

 span { border-color: rgb(214,69,126); }

 td.TdClassName
 {
   border-color: #D6457E;
 }
 .TagClassName
 {
   border-color: #D6457E;
 }
</style>