Html Css Color HEX #D84C88 Cranberry

📋 copy color: '#D84C88'

red 216 ◦ green 76 ◦ blue 136

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

Shades of Cranberry #D84C88

Tints of Cranberry #D84C88

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.76%

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

R = 50.47%
G = 17.76%
B = 31.78%

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

#D84C88 (or 0xD84C88) is known color: Cranberry. HEX triplet: D8, 4C and 88. RGB value is (216,76,136). Sum of RGB (Red+Green+Blue) = 216+76+136=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84C88 is #27B377. Grayscale: #7C7C7C. Windows color (decimal): -2601848 or 8932568. OLE color: 8932568.

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

Color convert

RGB 216 76 136 -
CMYK 0 0.65 0.37 0.15
HSL 334.29º 0.64% 0.57% -
HSV(B) 334.29º 0.65% 0.85% -
XYZ 35.35 21.55 25.59 -
YUV 124.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 216 76 136 0 0.65 0.37 0.15 334.29 0.64 0.57
Hex D8 4C 88 0 41 25 F 14E 40 39
Octal 330 114 210 0 101 45 17 516 100 71
Binary 11011000 1001100 10001000 0 1000001 100101 1111 101001110 1000000 111001

Color Harmonies of #D84C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C88

Black with #D84C88

Text Example


Text Example

White with #D84C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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