#D4457E

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

Shades of Cranberry #D4457E

Tints of Cranberry #D4457E

Color information

#D4457E (or 0xD4457E) is unknown color: approx Cranberry. HEX triplet: D4, 45 and 7E. RGB value is (212,69,126). Sum of RGB (Red+Green+Blue) = 212+69+126=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4457E is #2BBA81. Grayscale: #767676. Windows color (decimal): -2865794 or 8275412. OLE color: 8275412.

HSL color Cylindrical-coordinate representation of color #D4457E: hue angle of 336.08º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4457E is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB21269126-
CMYK00.670.410.17
HSL336.08º62.45%55.1%-
HSV(B)336.08º67.45%83.14%-
XYZ33.0519.7621.81-
YUV118.26132.38194.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.09%
GREEN value IS 69 (27.34% from 255) = 16.95%
BLUE value IS 126 (49.61% from 255) = 30.96%
R=52.09%
G=16.95%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126912600.670.410.17336.0862.4555.1
HexD4457E04329111503e37
Octal324105176010351215207667
Binary11010100100010111111100100001110100110001101010000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4457E; }

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

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

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

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

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

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

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

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