Html Css Color HEX #D55778 Cranberry

📋 copy color: '#D55778'

red 213 ◦ green 87 ◦ blue 120

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

Shades of Cranberry #D55778

Tints of Cranberry #D55778

RGB

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

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

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

R = 50.71%
G = 20.71%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D55778 (or 0xD55778) is known color: Cranberry. HEX triplet: D5, 57 and 78. RGB value is (213,87,120). Sum of RGB (Red+Green+Blue) = 213+87+120=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D55778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55778 is #2AA887. Grayscale: #808080. Windows color (decimal): -2795656 or 7886805. OLE color: 7886805.

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

Color convert

RGB 213 87 120 -
CMYK 0 0.59 0.44 0.16
HSL 344.29º 0.6% 0.59% -
HSV(B) 344.29º 0.59% 0.84% -
XYZ 34.24 22.32 20.27 -
YUV 128.44 123.24 188.32 -
System Red Green Blue C M Y K H S L
Decimal 213 87 120 0 0.59 0.44 0.16 344.29 0.6 0.59
Hex D5 57 78 0 3B 2C 10 158 3C 3B
Octal 325 127 170 0 73 54 20 530 74 73
Binary 11010101 1010111 1111000 0 111011 101100 10000 101011000 111100 111011

Color Harmonies of #D55778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55778

Black with #D55778

Text Example


Text Example

White with #D55778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55778; }

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

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

background-color css

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

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

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

border-color css

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

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

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