Html Css Color HEX #D84B81 Cranberry

📋 copy color: '#D84B81'

red 216 ◦ green 75 ◦ blue 129

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

Shades of Cranberry #D84B81

Tints of Cranberry #D84B81

RGB

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

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

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

R = 51.43%
G = 17.86%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D84B81 (or 0xD84B81) is known color: Cranberry. HEX triplet: D8, 4B and 81. RGB value is (216,75,129). Sum of RGB (Red+Green+Blue) = 216+75+129=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B81 is #27B47E. Grayscale: #7B7B7B. Windows color (decimal): -2602111 or 8473560. OLE color: 8473560.

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

Color convert

RGB 216 75 129 -
CMYK 0 0.65 0.40 0.15
HSL 337.02º 0.64% 0.57% -
HSV(B) 337.02º 0.65% 0.85% -
XYZ 34.8 21.22 23.03 -
YUV 123.32 131.21 194.11 -
System Red Green Blue C M Y K H S L
Decimal 216 75 129 0 0.65 0.40 0.15 337.02 0.64 0.57
Hex D8 4B 81 0 41 28 F 151 40 39
Octal 330 113 201 0 101 50 17 521 100 71
Binary 11011000 1001011 10000001 0 1000001 101000 1111 101010001 1000000 111001

Color Harmonies of #D84B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B81

Black with #D84B81

Text Example


Text Example

White with #D84B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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