Html Css Color HEX #D85683 Cranberry

📋 copy color: '#D85683'

red 216 ◦ green 86 ◦ blue 131

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

Shades of Cranberry #D85683

Tints of Cranberry #D85683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.86%

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

R = 49.88%
G = 19.86%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D85683 (or 0xD85683) is known color: Cranberry. HEX triplet: D8, 56 and 83. RGB value is (216,86,131). Sum of RGB (Red+Green+Blue) = 216+86+131=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D85683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85683 is #27A97C. Grayscale: #818181. Windows color (decimal): -2599293 or 8607448. OLE color: 8607448.

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

Color convert

RGB 216 86 131 -
CMYK 0 0.60 0.39 0.15
HSL 339.23º 0.63% 0.59% -
HSV(B) 339.23º 0.6% 0.85% -
XYZ 35.74 22.89 24.01 -
YUV 130 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 216 86 131 0 0.60 0.39 0.15 339.23 0.63 0.59
Hex D8 56 83 0 3C 27 F 153 3E 3B
Octal 330 126 203 0 74 47 17 523 76 73
Binary 11011000 1010110 10000011 0 111100 100111 1111 101010011 111110 111011

Color Harmonies of #D85683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85683

Black with #D85683

Text Example


Text Example

White with #D85683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85683; }

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

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

background-color css

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

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

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

border-color css

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

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

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