Html Css Color HEX #D84B88 Cranberry

📋 copy color: '#D84B88'

red 216 ◦ green 75 ◦ blue 136

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

Shades of Cranberry #D84B88

Tints of Cranberry #D84B88

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.56%

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

R = 50.59%
G = 17.56%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D84B88 (or 0xD84B88) is known color: Cranberry. HEX triplet: D8, 4B and 88. RGB value is (216,75,136). Sum of RGB (Red+Green+Blue) = 216+75+136=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B88 is #27B477. Grayscale: #7C7C7C. Windows color (decimal): -2602104 or 8932312. OLE color: 8932312.

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

Color convert

RGB 216 75 136 -
CMYK 0 0.65 0.37 0.15
HSL 334.04º 0.64% 0.57% -
HSV(B) 334.04º 0.65% 0.85% -
XYZ 35.28 21.41 25.57 -
YUV 124.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 216 75 136 0 0.65 0.37 0.15 334.04 0.64 0.57
Hex D8 4B 88 0 41 25 F 14E 40 39
Octal 330 113 210 0 101 45 17 516 100 71
Binary 11011000 1001011 10001000 0 1000001 100101 1111 101001110 1000000 111001

Color Harmonies of #D84B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B88

Black with #D84B88

Text Example


Text Example

White with #D84B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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