Html Css Color HEX #D55978 Cranberry

📋 copy color: '#D55978'

red 213 ◦ green 89 ◦ blue 120

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

Shades of Cranberry #D55978

Tints of Cranberry #D55978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.44%

R = 50.47%
G = 21.09%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D55978 (or 0xD55978) is known color: Cranberry. HEX triplet: D5, 59 and 78. RGB value is (213,89,120). Sum of RGB (Red+Green+Blue) = 213+89+120=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D55978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55978 is #2AA687. Grayscale: #818181. Windows color (decimal): -2795144 or 7887317. OLE color: 7887317.

HSL color Cylindrical-coordinate representation of color #D55978: hue angle of 345º 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 #D55978 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 89 120 -
CMYK 0 0.58 0.44 0.16
HSL 345º 0.6% 0.59% -
HSV(B) 345º 0.58% 0.84% -
XYZ 34.4 22.65 20.33 -
YUV 129.61 122.58 187.48 -
System Red Green Blue C M Y K H S L
Decimal 213 89 120 0 0.58 0.44 0.16 345 0.6 0.59
Hex D5 59 78 0 3A 2C 10 159 3C 3B
Octal 325 131 170 0 72 54 20 531 74 73
Binary 11010101 1011001 1111000 0 111010 101100 10000 101011001 111100 111011

Color Harmonies of #D55978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55978

Black with #D55978

Text Example


Text Example

White with #D55978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55978; }

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

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

background-color css

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

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

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

border-color css

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

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

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