Html Css Color HEX #D84E83 Cranberry

📋 copy color: '#D84E83'

red 216 ◦ green 78 ◦ blue 131

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

Shades of Cranberry #D84E83

Tints of Cranberry #D84E83

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.35%

 BLUE value IS 131 (51.56% from 255) = 30.82%

R = 50.82%
G = 18.35%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D84E83 (or 0xD84E83) is known color: Cranberry. HEX triplet: D8, 4E and 83. RGB value is (216,78,131). Sum of RGB (Red+Green+Blue) = 216+78+131=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84E83 is #27B17C. Grayscale: #7D7D7D. Windows color (decimal): -2601341 or 8605400. OLE color: 8605400.

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

Color convert

RGB 216 78 131 -
CMYK 0 0.64 0.39 0.15
HSL 336.96º 0.64% 0.58% -
HSV(B) 336.96º 0.64% 0.85% -
XYZ 35.14 21.69 23.81 -
YUV 125.3 131.22 192.69 -
System Red Green Blue C M Y K H S L
Decimal 216 78 131 0 0.64 0.39 0.15 336.96 0.64 0.58
Hex D8 4E 83 0 40 27 F 151 40 3A
Octal 330 116 203 0 100 47 17 521 100 72
Binary 11011000 1001110 10000011 0 1000000 100111 1111 101010001 1000000 111010

Color Harmonies of #D84E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84E83

Black with #D84E83

Text Example


Text Example

White with #D84E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84E83; }

 p { color: rgb(216,78,131); }

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

background-color css

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

 a { background-color: rgb(216,78,131); }

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

border-color css

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

 span { border-color: rgb(216,78,131); }

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