Html Css Color HEX #D55777 Cranberry

📋 copy color: '#D55777'

red 213 ◦ green 87 ◦ blue 119

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

Shades of Cranberry #D55777

Tints of Cranberry #D55777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.4%

R = 50.84%
G = 20.76%
B = 28.4%

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

#D55777 (or 0xD55777) is known color: Cranberry. HEX triplet: D5, 57 and 77. RGB value is (213,87,119). Sum of RGB (Red+Green+Blue) = 213+87+119=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D55777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55777 is #2AA888. Grayscale: #808080. Windows color (decimal): -2795657 or 7821269. OLE color: 7821269.

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

Color convert

RGB 213 87 119 -
CMYK 0 0.59 0.44 0.16
HSL 344.76º 0.6% 0.59% -
HSV(B) 344.76º 0.59% 0.84% -
XYZ 34.18 22.29 19.95 -
YUV 128.32 122.74 188.4 -
System Red Green Blue C M Y K H S L
Decimal 213 87 119 0 0.59 0.44 0.16 344.76 0.6 0.59
Hex D5 57 77 0 3B 2C 10 159 3C 3B
Octal 325 127 167 0 73 54 20 531 74 73
Binary 11010101 1010111 1110111 0 111011 101100 10000 101011001 111100 111011

Color Harmonies of #D55777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55777

Black with #D55777

Text Example


Text Example

White with #D55777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55777; }

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

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

background-color css

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

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

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

border-color css

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

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

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