Html Css Color HEX #D55976 Cranberry

📋 copy color: '#D55976'

red 213 ◦ green 89 ◦ blue 118

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

Shades of Cranberry #D55976

Tints of Cranberry #D55976

RGB

 RED value IS 213 (83.59% from 255) = 50.71%

 GREEN value IS 89 (35.16% from 255) = 21.19%

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

R = 50.71%
G = 21.19%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D55976 (or 0xD55976) is known color: Cranberry. HEX triplet: D5, 59 and 76. RGB value is (213,89,118). Sum of RGB (Red+Green+Blue) = 213+89+118=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D55976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55976 is #2AA689. Grayscale: #818181. Windows color (decimal): -2795146 or 7756245. OLE color: 7756245.

HSL color Cylindrical-coordinate representation of color #D55976: hue angle of 345.97º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55976 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 89 118 -
CMYK 0 0.58 0.45 0.16
HSL 345.97º 0.6% 0.59% -
HSV(B) 345.97º 0.58% 0.84% -
XYZ 34.28 22.6 19.69 -
YUV 129.38 121.58 187.64 -
System Red Green Blue C M Y K H S L
Decimal 213 89 118 0 0.58 0.45 0.16 345.97 0.6 0.59
Hex D5 59 76 0 3A 2D 10 15A 3C 3B
Octal 325 131 166 0 72 55 20 532 74 73
Binary 11010101 1011001 1110110 0 111010 101101 10000 101011010 111100 111011

Color Harmonies of #D55976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55976

Black with #D55976

Text Example


Text Example

White with #D55976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55976; }

 p { color: rgb(213,89,118); }

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

background-color css

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

 a { background-color: rgb(213,89,118); }

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

border-color css

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

 span { border-color: rgb(213,89,118); }

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