Html Css Color HEX #DA577D Cranberry

📋 copy color: '#DA577D'

red 218 ◦ green 87 ◦ blue 125

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

Shades of Cranberry #DA577D

Tints of Cranberry #DA577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 50.7%
G = 20.23%
B = 29.07%

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

#DA577D (or 0xDA577D) is known color: Cranberry. HEX triplet: DA, 57 and 7D. RGB value is (218,87,125). Sum of RGB (Red+Green+Blue) = 218+87+125=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA577D is #25A882. Grayscale: #828282. Windows color (decimal): -2467971 or 8214490. OLE color: 8214490.

HSL color Cylindrical-coordinate representation of color #DA577D: hue angle of 342.6º 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 #DA577D is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 87 125 -
CMYK 0 0.60 0.43 0.15
HSL 342.6º 0.64% 0.6% -
HSV(B) 342.6º 0.6% 0.85% -
XYZ 36.02 23.2 21.98 -
YUV 130.5 124.9 190.41 -
System Red Green Blue C M Y K H S L
Decimal 218 87 125 0 0.60 0.43 0.15 342.6 0.64 0.6
Hex DA 57 7D 0 3C 2B F 157 40 3C
Octal 332 127 175 0 74 53 17 527 100 74
Binary 11011010 1010111 1111101 0 111100 101011 1111 101010111 1000000 111100

Color Harmonies of #DA577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA577D

Black with #DA577D

Text Example


Text Example

White with #DA577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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