Html Css Color HEX #D85685 Cranberry

📋 copy color: '#D85685'

red 216 ◦ green 86 ◦ blue 133

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

Shades of Cranberry #D85685

Tints of Cranberry #D85685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.57%

R = 49.66%
G = 19.77%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D85685 (or 0xD85685) is known color: Cranberry. HEX triplet: D8, 56 and 85. RGB value is (216,86,133). Sum of RGB (Red+Green+Blue) = 216+86+133=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D85685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85685 is #27A97A. Grayscale: #828282. Windows color (decimal): -2599291 or 8738520. OLE color: 8738520.

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

Color convert

RGB 216 86 133 -
CMYK 0 0.60 0.38 0.15
HSL 338.31º 0.63% 0.59% -
HSV(B) 338.31º 0.6% 0.85% -
XYZ 35.88 22.95 24.73 -
YUV 130.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 216 86 133 0 0.60 0.38 0.15 338.31 0.63 0.59
Hex D8 56 85 0 3C 26 F 152 3E 3B
Octal 330 126 205 0 74 46 17 522 76 73
Binary 11011000 1010110 10000101 0 111100 100110 1111 101010010 111110 111011

Color Harmonies of #D85685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85685

Black with #D85685

Text Example


Text Example

White with #D85685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85685; }

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

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

background-color css

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

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

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

border-color css

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

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

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