Html Css Color HEX #D84F88 Cranberry

📋 copy color: '#D84F88'

red 216 ◦ green 79 ◦ blue 136

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

Shades of Cranberry #D84F88

Tints of Cranberry #D84F88

RGB

 RED value IS 216 (84.77% from 255) = 50.12%

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

 BLUE value IS 136 (53.52% from 255) = 31.55%

R = 50.12%
G = 18.33%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D84F88 (or 0xD84F88) is known color: Cranberry. HEX triplet: D8, 4F and 88. RGB value is (216,79,136). Sum of RGB (Red+Green+Blue) = 216+79+136=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84F88 is #27B077. Grayscale: #7E7E7E. Windows color (decimal): -2601080 or 8933336. OLE color: 8933336.

HSL color Cylindrical-coordinate representation of color #D84F88: hue angle of 335.04º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D84F88 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 79 136 -
CMYK 0 0.63 0.37 0.15
HSL 335.04º 0.64% 0.58% -
HSV(B) 335.04º 0.63% 0.85% -
XYZ 35.56 21.97 25.66 -
YUV 126.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 216 79 136 0 0.63 0.37 0.15 335.04 0.64 0.58
Hex D8 4F 88 0 3F 25 F 14F 40 3A
Octal 330 117 210 0 77 45 17 517 100 72
Binary 11011000 1001111 10001000 0 111111 100101 1111 101001111 1000000 111010

Color Harmonies of #D84F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F88

Black with #D84F88

Text Example


Text Example

White with #D84F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84F88; }

 p { color: rgb(216,79,136); }

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

background-color css

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

 a { background-color: rgb(216,79,136); }

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

border-color css

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

 span { border-color: rgb(216,79,136); }

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