Html Css Color HEX #D44072 Cranberry

📋 copy color: '#D44072'

red 212 ◦ green 64 ◦ blue 114

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

Shades of Cranberry #D44072

Tints of Cranberry #D44072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.23%

R = 54.36%
G = 16.41%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D44072 (or 0xD44072) is known color: Cranberry. HEX triplet: D4, 40 and 72. RGB value is (212,64,114). Sum of RGB (Red+Green+Blue) = 212+64+114=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D44072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44072 is #2BBF8D. Grayscale: #717171. Windows color (decimal): -2867086 or 7487700. OLE color: 7487700.

HSL color Cylindrical-coordinate representation of color #D44072: hue angle of 339.73º 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 #D44072 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 64 114 -
CMYK 0 0.70 0.46 0.17
HSL 339.73º 0.63% 0.54% -
HSV(B) 339.73º 0.7% 0.83% -
XYZ 32.02 18.88 17.88 -
YUV 113.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 212 64 114 0 0.70 0.46 0.17 339.73 0.63 0.54
Hex D4 40 72 0 46 2E 11 154 3F 36
Octal 324 100 162 0 106 56 21 524 77 66
Binary 11010100 1000000 1110010 0 1000110 101110 10001 101010100 111111 110110

Color Harmonies of #D44072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44072

Black with #D44072

Text Example


Text Example

White with #D44072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44072; }

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

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

background-color css

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

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

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

border-color css

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

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

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