Html Css Color HEX #DA577C Cranberry

📋 copy color: '#DA577C'

red 218 ◦ green 87 ◦ blue 124

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

Shades of Cranberry #DA577C

Tints of Cranberry #DA577C

RGB

 RED value IS 218 (85.55% from 255) = 50.82%

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

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

R = 50.82%
G = 20.28%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA577C (or 0xDA577C) is known color: Cranberry. HEX triplet: DA, 57 and 7C. RGB value is (218,87,124). Sum of RGB (Red+Green+Blue) = 218+87+124=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA577C is #25A883. Grayscale: #828282. Windows color (decimal): -2467972 or 8148954. OLE color: 8148954.

HSL color Cylindrical-coordinate representation of color #DA577C: hue angle of 343.05º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA577C is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 87 124 -
CMYK 0 0.60 0.43 0.15
HSL 343.05º 0.64% 0.6% -
HSV(B) 343.05º 0.6% 0.85% -
XYZ 35.96 23.18 21.65 -
YUV 130.39 124.4 190.49 -
System Red Green Blue C M Y K H S L
Decimal 218 87 124 0 0.60 0.43 0.15 343.05 0.64 0.6
Hex DA 57 7C 0 3C 2B F 157 40 3C
Octal 332 127 174 0 74 53 17 527 100 74
Binary 11011010 1010111 1111100 0 111100 101011 1111 101010111 1000000 111100

Color Harmonies of #DA577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA577C

Black with #DA577C

Text Example


Text Example

White with #DA577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA577C; }

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

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

background-color css

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

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

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

border-color css

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

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

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