Html Css Color HEX #D85376 Cranberry

📋 copy color: '#D85376'

red 216 ◦ green 83 ◦ blue 118

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

Shades of Cranberry #D85376

Tints of Cranberry #D85376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.3%

R = 51.8%
G = 19.9%
B = 28.3%

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

#D85376 (or 0xD85376) is known color: Cranberry. HEX triplet: D8, 53 and 76. RGB value is (216,83,118). Sum of RGB (Red+Green+Blue) = 216+83+118=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D85376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85376 is #27AC89. Grayscale: #7E7E7E. Windows color (decimal): -2600074 or 7754712. OLE color: 7754712.

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

Color convert

RGB 216 83 118 -
CMYK 0 0.62 0.45 0.15
HSL 344.21º 0.63% 0.59% -
HSV(B) 344.21º 0.62% 0.85% -
XYZ 34.68 22.09 19.58 -
YUV 126.76 123.06 191.65 -
System Red Green Blue C M Y K H S L
Decimal 216 83 118 0 0.62 0.45 0.15 344.21 0.63 0.59
Hex D8 53 76 0 3E 2D F 158 3F 3B
Octal 330 123 166 0 76 55 17 530 77 73
Binary 11011000 1010011 1110110 0 111110 101101 1111 101011000 111111 111011

Color Harmonies of #D85376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85376

Black with #D85376

Text Example


Text Example

White with #D85376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85376; }

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

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

background-color css

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

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

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

border-color css

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

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

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