Html Css Color HEX #DA2C79 Deep Cerise

📋 copy color: '#DA2C79'

red 218 ◦ green 44 ◦ blue 121

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

Shades of Deep Cerise #DA2C79

Tints of Deep Cerise #DA2C79

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.49%

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

R = 56.92%
G = 11.49%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA2C79 (or 0xDA2C79) is known color: Deep Cerise. HEX triplet: DA, 2C and 79. RGB value is (218,44,121). Sum of RGB (Red+Green+Blue) = 218+44+121=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2C79 is #25D386. Grayscale: #686868. Windows color (decimal): -2478983 or 7941338. OLE color: 7941338.

HSL color Cylindrical-coordinate representation of color #DA2C79: hue angle of 333.45º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2C79 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 44 121 -
CMYK 0 0.80 0.44 0.15
HSL 333.45º 0.7% 0.51% -
HSV(B) 333.45º 0.8% 0.85% -
XYZ 33.27 18.09 19.83 -
YUV 104.8 137.15 208.74 -
System Red Green Blue C M Y K H S L
Decimal 218 44 121 0 0.80 0.44 0.15 333.45 0.7 0.51
Hex DA 2C 79 0 50 2C F 14D 46 33
Octal 332 54 171 0 120 54 17 515 106 63
Binary 11011010 101100 1111001 0 1010000 101100 1111 101001101 1000110 110011

Color Harmonies of #DA2C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2C79

Black with #DA2C79

Text Example


Text Example

White with #DA2C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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