Html Css Color HEX #D84D81 Cranberry

📋 copy color: '#D84D81'

red 216 ◦ green 77 ◦ blue 129

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

Shades of Cranberry #D84D81

Tints of Cranberry #D84D81

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.25%

 BLUE value IS 129 (50.78% from 255) = 30.57%

R = 51.18%
G = 18.25%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D84D81 (or 0xD84D81) is known color: Cranberry. HEX triplet: D8, 4D and 81. RGB value is (216,77,129). Sum of RGB (Red+Green+Blue) = 216+77+129=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84D81 is #27B27E. Grayscale: #7C7C7C. Windows color (decimal): -2601599 or 8474072. OLE color: 8474072.

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

Color convert

RGB 216 77 129 -
CMYK 0 0.64 0.40 0.15
HSL 337.55º 0.64% 0.57% -
HSV(B) 337.55º 0.64% 0.85% -
XYZ 34.94 21.49 23.08 -
YUV 124.49 130.55 193.27 -
System Red Green Blue C M Y K H S L
Decimal 216 77 129 0 0.64 0.40 0.15 337.55 0.64 0.57
Hex D8 4D 81 0 40 28 F 152 40 39
Octal 330 115 201 0 100 50 17 522 100 71
Binary 11011000 1001101 10000001 0 1000000 101000 1111 101010010 1000000 111001

Color Harmonies of #D84D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D81

Black with #D84D81

Text Example


Text Example

White with #D84D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D81; }

 p { color: rgb(216,77,129); }

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

background-color css

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

 a { background-color: rgb(216,77,129); }

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

border-color css

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

 span { border-color: rgb(216,77,129); }

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