Html Css Color HEX #D44F86 Cranberry

📋 copy color: '#D44F86'

red 212 ◦ green 79 ◦ blue 134

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

Shades of Cranberry #D44F86

Tints of Cranberry #D44F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.53%

R = 49.88%
G = 18.59%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D44F86 (or 0xD44F86) is known color: Cranberry. HEX triplet: D4, 4F and 86. RGB value is (212,79,134). Sum of RGB (Red+Green+Blue) = 212+79+134=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44F86 is #2BB079. Grayscale: #7C7C7C. Windows color (decimal): -2863226 or 8802260. OLE color: 8802260.

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

Color convert

RGB 212 79 134 -
CMYK 0 0.63 0.37 0.17
HSL 335.19º 0.61% 0.57% -
HSV(B) 335.19º 0.63% 0.83% -
XYZ 34.25 21.31 24.86 -
YUV 125.04 133.06 190.03 -
System Red Green Blue C M Y K H S L
Decimal 212 79 134 0 0.63 0.37 0.17 335.19 0.61 0.57
Hex D4 4F 86 0 3F 25 11 14F 3D 39
Octal 324 117 206 0 77 45 21 517 75 71
Binary 11010100 1001111 10000110 0 111111 100101 10001 101001111 111101 111001

Color Harmonies of #D44F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44F86

Black with #D44F86

Text Example


Text Example

White with #D44F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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