Html Css Color HEX #DA5C79 Cranberry

📋 copy color: '#DA5C79'

red 218 ◦ green 92 ◦ blue 121

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

Shades of Cranberry #DA5C79

Tints of Cranberry #DA5C79

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.35%

 BLUE value IS 121 (47.66% from 255) = 28.07%

R = 50.58%
G = 21.35%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA5C79 (or 0xDA5C79) is known color: Cranberry. HEX triplet: DA, 5C and 79. RGB value is (218,92,121). Sum of RGB (Red+Green+Blue) = 218+92+121=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5C79 is #25A386. Grayscale: #848484. Windows color (decimal): -2466695 or 7953626. OLE color: 7953626.

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

Color convert

RGB 218 92 121 -
CMYK 0 0.58 0.44 0.15
HSL 346.19º 0.63% 0.61% -
HSV(B) 346.19º 0.58% 0.85% -
XYZ 36.19 23.94 20.8 -
YUV 132.98 121.24 188.64 -
System Red Green Blue C M Y K H S L
Decimal 218 92 121 0 0.58 0.44 0.15 346.19 0.63 0.61
Hex DA 5C 79 0 3A 2C F 15A 3F 3D
Octal 332 134 171 0 72 54 17 532 77 75
Binary 11011010 1011100 1111001 0 111010 101100 1111 101011010 111111 111101

Color Harmonies of #DA5C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C79

Black with #DA5C79

Text Example


Text Example

White with #DA5C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C79; }

 p { color: rgb(218,92,121); }

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

background-color css

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

 a { background-color: rgb(218,92,121); }

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

border-color css

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

 span { border-color: rgb(218,92,121); }

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