Html Css Color HEX #D44F81 Cranberry

📋 copy color: '#D44F81'

red 212 ◦ green 79 ◦ blue 129

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

Shades of Cranberry #D44F81

Tints of Cranberry #D44F81

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.81%

 BLUE value IS 129 (50.78% from 255) = 30.71%

R = 50.48%
G = 18.81%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D44F81 (or 0xD44F81) is known color: Cranberry. HEX triplet: D4, 4F and 81. RGB value is (212,79,129). Sum of RGB (Red+Green+Blue) = 212+79+129=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44F81 is #2BB07E. Grayscale: #7C7C7C. Windows color (decimal): -2863231 or 8474580. OLE color: 8474580.

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

Color convert

RGB 212 79 129 -
CMYK 0 0.63 0.39 0.17
HSL 337.44º 0.61% 0.57% -
HSV(B) 337.44º 0.63% 0.83% -
XYZ 33.91 21.17 23.07 -
YUV 124.47 130.56 190.43 -
System Red Green Blue C M Y K H S L
Decimal 212 79 129 0 0.63 0.39 0.17 337.44 0.61 0.57
Hex D4 4F 81 0 3F 27 11 151 3D 39
Octal 324 117 201 0 77 47 21 521 75 71
Binary 11010100 1001111 10000001 0 111111 100111 10001 101010001 111101 111001

Color Harmonies of #D44F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44F81

Black with #D44F81

Text Example


Text Example

White with #D44F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44F81; }

 p { color: rgb(212,79,129); }

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

background-color css

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

 a { background-color: rgb(212,79,129); }

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

border-color css

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

 span { border-color: rgb(212,79,129); }

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