Html Css Color HEX #D44470 Cranberry

📋 copy color: '#D44470'

red 212 ◦ green 68 ◦ blue 112

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

Shades of Cranberry #D44470

Tints of Cranberry #D44470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.35%

 BLUE value IS 112 (44.14% from 255) = 28.57%

R = 54.08%
G = 17.35%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D44470 (or 0xD44470) is known color: Cranberry. HEX triplet: D4, 44 and 70. RGB value is (212,68,112). Sum of RGB (Red+Green+Blue) = 212+68+112=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D44470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44470 is #2BBB8F. Grayscale: #747474. Windows color (decimal): -2866064 or 7357652. OLE color: 7357652.

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

Color convert

RGB 212 68 112 -
CMYK 0 0.68 0.47 0.17
HSL 341.67º 0.63% 0.55% -
HSV(B) 341.67º 0.68% 0.83% -
XYZ 32.14 19.3 17.36 -
YUV 116.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 212 68 112 0 0.68 0.47 0.17 341.67 0.63 0.55
Hex D4 44 70 0 44 2F 11 156 3F 37
Octal 324 104 160 0 104 57 21 526 77 67
Binary 11010100 1000100 1110000 0 1000100 101111 10001 101010110 111111 110111

Color Harmonies of #D44470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44470

Black with #D44470

Text Example


Text Example

White with #D44470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44470; }

 p { color: rgb(212,68,112); }

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

background-color css

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

 a { background-color: rgb(212,68,112); }

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

border-color css

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

 span { border-color: rgb(212,68,112); }

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