Html Css Color HEX #D4406E Cranberry

📋 copy color: '#D4406E'

red 212 ◦ green 64 ◦ blue 110

#D4406E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D4406E

Tints of Cranberry #D4406E

RGB

 RED value IS 212 (83.2% from 255) = 54.92%

 GREEN value IS 64 (25.39% from 255) = 16.58%

 BLUE value IS 110 (43.36% from 255) = 28.5%

R = 54.92%
G = 16.58%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4406E (or 0xD4406E) is known color: Cranberry. HEX triplet: D4, 40 and 6E. RGB value is (212,64,110). Sum of RGB (Red+Green+Blue) = 212+64+110=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D4406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4406E is #2BBF91. Grayscale: #717171. Windows color (decimal): -2867090 or 7225556. OLE color: 7225556.

HSL color Cylindrical-coordinate representation of color #D4406E: hue angle of 341.35º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4406E is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 64 110 -
CMYK 0 0.70 0.48 0.17
HSL 341.35º 0.63% 0.54% -
HSV(B) 341.35º 0.7% 0.83% -
XYZ 31.8 18.79 16.7 -
YUV 113.5 126.03 198.26 -
System Red Green Blue C M Y K H S L
Decimal 212 64 110 0 0.70 0.48 0.17 341.35 0.63 0.54
Hex D4 40 6E 0 46 30 11 155 3F 36
Octal 324 100 156 0 106 60 21 525 77 66
Binary 11010100 1000000 1101110 0 1000110 110000 10001 101010101 111111 110110

Color Harmonies of #D4406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4406E

Black with #D4406E

Text Example


Text Example

White with #D4406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4406E; }

 p { color: rgb(212,64,110); }

 H1.HeaderClassName
 {
   color: #D4406E;
 }
 .AnyTagClassName
 {
   color: #D4406E;
 }
</style>

background-color css

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

 a { background-color: rgb(212,64,110); }

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

border-color css

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

 span { border-color: rgb(212,64,110); }

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