Html Css Color HEX #D85377 Cranberry

📋 copy color: '#D85377'

red 216 ◦ green 83 ◦ blue 119

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

Shades of Cranberry #D85377

Tints of Cranberry #D85377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.86%

 BLUE value IS 119 (46.88% from 255) = 28.47%

R = 51.67%
G = 19.86%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D85377 (or 0xD85377) is known color: Cranberry. HEX triplet: D8, 53 and 77. RGB value is (216,83,119). Sum of RGB (Red+Green+Blue) = 216+83+119=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D85377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85377 is #27AC88. Grayscale: #7E7E7E. Windows color (decimal): -2600073 or 7820248. OLE color: 7820248.

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

Color convert

RGB 216 83 119 -
CMYK 0 0.62 0.45 0.15
HSL 343.76º 0.63% 0.59% -
HSV(B) 343.76º 0.62% 0.85% -
XYZ 34.74 22.12 19.89 -
YUV 126.87 123.56 191.57 -
System Red Green Blue C M Y K H S L
Decimal 216 83 119 0 0.62 0.45 0.15 343.76 0.63 0.59
Hex D8 53 77 0 3E 2D F 158 3F 3B
Octal 330 123 167 0 76 55 17 530 77 73
Binary 11011000 1010011 1110111 0 111110 101101 1111 101011000 111111 111011

Color Harmonies of #D85377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85377

Black with #D85377

Text Example


Text Example

White with #D85377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85377; }

 p { color: rgb(216,83,119); }

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

background-color css

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

 a { background-color: rgb(216,83,119); }

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

border-color css

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

 span { border-color: rgb(216,83,119); }

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