Html Css Color HEX #D84B77 Cranberry

📋 copy color: '#D84B77'

red 216 ◦ green 75 ◦ blue 119

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

Shades of Cranberry #D84B77

Tints of Cranberry #D84B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.02%

R = 52.68%
G = 18.29%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D84B77 (or 0xD84B77) is known color: Cranberry. HEX triplet: D8, 4B and 77. RGB value is (216,75,119). Sum of RGB (Red+Green+Blue) = 216+75+119=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84B77 is #27B488. Grayscale: #7A7A7A. Windows color (decimal): -2602121 or 7818200. OLE color: 7818200.

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

Color convert

RGB 216 75 119 -
CMYK 0 0.65 0.45 0.15
HSL 341.28º 0.64% 0.57% -
HSV(B) 341.28º 0.65% 0.85% -
XYZ 34.16 20.96 19.7 -
YUV 122.18 126.21 194.92 -
System Red Green Blue C M Y K H S L
Decimal 216 75 119 0 0.65 0.45 0.15 341.28 0.64 0.57
Hex D8 4B 77 0 41 2D F 155 40 39
Octal 330 113 167 0 101 55 17 525 100 71
Binary 11011000 1001011 1110111 0 1000001 101101 1111 101010101 1000000 111001

Color Harmonies of #D84B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B77

Black with #D84B77

Text Example


Text Example

White with #D84B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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