Html Css Color HEX #D84983 Cranberry

📋 copy color: '#D84983'

red 216 ◦ green 73 ◦ blue 131

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

Shades of Cranberry #D84983

Tints of Cranberry #D84983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.38%

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

R = 51.43%
G = 17.38%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D84983 (or 0xD84983) is known color: Cranberry. HEX triplet: D8, 49 and 83. RGB value is (216,73,131). Sum of RGB (Red+Green+Blue) = 216+73+131=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D84983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84983 is #27B67C. Grayscale: #7A7A7A. Windows color (decimal): -2602621 or 8604120. OLE color: 8604120.

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

Color convert

RGB 216 73 131 -
CMYK 0 0.66 0.39 0.15
HSL 335.66º 0.65% 0.57% -
HSV(B) 335.66º 0.66% 0.85% -
XYZ 34.8 21 23.69 -
YUV 122.37 132.88 194.78 -
System Red Green Blue C M Y K H S L
Decimal 216 73 131 0 0.66 0.39 0.15 335.66 0.65 0.57
Hex D8 49 83 0 42 27 F 150 41 39
Octal 330 111 203 0 102 47 17 520 101 71
Binary 11011000 1001001 10000011 0 1000010 100111 1111 101010000 1000001 111001

Color Harmonies of #D84983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84983

Black with #D84983

Text Example


Text Example

White with #D84983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84983; }

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

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

background-color css

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

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

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

border-color css

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

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

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