Html Css Color HEX #DA5574 Cranberry

📋 copy color: '#DA5574'

red 218 ◦ green 85 ◦ blue 116

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

Shades of Cranberry #DA5574

Tints of Cranberry #DA5574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.29%

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 52.03%
G = 20.29%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA5574 (or 0xDA5574) is known color: Cranberry. HEX triplet: DA, 55 and 74. RGB value is (218,85,116). Sum of RGB (Red+Green+Blue) = 218+85+116=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5574 is #25AA8B. Grayscale: #808080. Windows color (decimal): -2468492 or 7624154. OLE color: 7624154.

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

Color convert

RGB 218 85 116 -
CMYK 0 0.61 0.47 0.15
HSL 346.02º 0.64% 0.59% -
HSV(B) 346.02º 0.61% 0.85% -
XYZ 35.31 22.66 19.04 -
YUV 128.3 121.06 191.98 -
System Red Green Blue C M Y K H S L
Decimal 218 85 116 0 0.61 0.47 0.15 346.02 0.64 0.59
Hex DA 55 74 0 3D 2F F 15A 40 3B
Octal 332 125 164 0 75 57 17 532 100 73
Binary 11011010 1010101 1110100 0 111101 101111 1111 101011010 1000000 111011

Color Harmonies of #DA5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5574

Black with #DA5574

Text Example


Text Example

White with #DA5574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5574; }

 p { color: rgb(218,85,116); }

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

background-color css

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

 a { background-color: rgb(218,85,116); }

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

border-color css

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

 span { border-color: rgb(218,85,116); }

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