Html Css Color HEX #D55776 Cranberry

📋 copy color: '#D55776'

red 213 ◦ green 87 ◦ blue 118

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

Shades of Cranberry #D55776

Tints of Cranberry #D55776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.81%

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

R = 50.96%
G = 20.81%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D55776 (or 0xD55776) is known color: Cranberry. HEX triplet: D5, 57 and 76. RGB value is (213,87,118). Sum of RGB (Red+Green+Blue) = 213+87+118=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D55776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55776 is #2AA889. Grayscale: #808080. Windows color (decimal): -2795658 or 7755733. OLE color: 7755733.

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

Color convert

RGB 213 87 118 -
CMYK 0 0.59 0.45 0.16
HSL 345.24º 0.6% 0.59% -
HSV(B) 345.24º 0.59% 0.84% -
XYZ 34.12 22.27 19.64 -
YUV 128.21 122.24 188.48 -
System Red Green Blue C M Y K H S L
Decimal 213 87 118 0 0.59 0.45 0.16 345.24 0.6 0.59
Hex D5 57 76 0 3B 2D 10 159 3C 3B
Octal 325 127 166 0 73 55 20 531 74 73
Binary 11010101 1010111 1110110 0 111011 101101 10000 101011001 111100 111011

Color Harmonies of #D55776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55776

Black with #D55776

Text Example


Text Example

White with #D55776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55776; }

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

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

background-color css

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

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

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

border-color css

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

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

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