Html Css Color HEX #D85673 Cranberry

📋 copy color: '#D85673'

red 216 ◦ green 86 ◦ blue 115

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

Shades of Cranberry #D85673

Tints of Cranberry #D85673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.58%

R = 51.8%
G = 20.62%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D85673 (or 0xD85673) is known color: Cranberry. HEX triplet: D8, 56 and 73. RGB value is (216,86,115). Sum of RGB (Red+Green+Blue) = 216+86+115=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D85673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85673 is #27A98C. Grayscale: #808080. Windows color (decimal): -2599309 or 7558872. OLE color: 7558872.

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

Color convert

RGB 216 86 115 -
CMYK 0 0.60 0.47 0.15
HSL 346.62º 0.63% 0.59% -
HSV(B) 346.62º 0.6% 0.85% -
XYZ 34.74 22.49 18.73 -
YUV 128.18 120.57 190.64 -
System Red Green Blue C M Y K H S L
Decimal 216 86 115 0 0.60 0.47 0.15 346.62 0.63 0.59
Hex D8 56 73 0 3C 2F F 15B 3E 3B
Octal 330 126 163 0 74 57 17 533 76 73
Binary 11011000 1010110 1110011 0 111100 101111 1111 101011011 111110 111011

Color Harmonies of #D85673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85673

Black with #D85673

Text Example


Text Example

White with #D85673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85673; }

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

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

background-color css

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

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

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

border-color css

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

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

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