Html Css Color HEX #D5577C Cranberry

📋 copy color: '#D5577C'

red 213 ◦ green 87 ◦ blue 124

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

Shades of Cranberry #D5577C

Tints of Cranberry #D5577C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.25%

R = 50.24%
G = 20.52%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5577C (or 0xD5577C) is known color: Cranberry. HEX triplet: D5, 57 and 7C. RGB value is (213,87,124). Sum of RGB (Red+Green+Blue) = 213+87+124=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5577C is #2AA883. Grayscale: #808080. Windows color (decimal): -2795652 or 8148949. OLE color: 8148949.

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

Color convert

RGB 213 87 124 -
CMYK 0 0.59 0.42 0.16
HSL 342.38º 0.6% 0.59% -
HSV(B) 342.38º 0.59% 0.84% -
XYZ 34.49 22.42 21.58 -
YUV 128.89 125.24 187.99 -
System Red Green Blue C M Y K H S L
Decimal 213 87 124 0 0.59 0.42 0.16 342.38 0.6 0.59
Hex D5 57 7C 0 3B 2A 10 156 3C 3B
Octal 325 127 174 0 73 52 20 526 74 73
Binary 11010101 1010111 1111100 0 111011 101010 10000 101010110 111100 111011

Color Harmonies of #D5577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5577C

Black with #D5577C

Text Example


Text Example

White with #D5577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5577C; }

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

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

background-color css

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

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

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

border-color css

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

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

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