Html Css Color HEX #DA3079 Deep Cerise

📋 copy color: '#DA3079'

red 218 ◦ green 48 ◦ blue 121

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

Shades of Deep Cerise #DA3079

Tints of Deep Cerise #DA3079

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.4%

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

R = 56.33%
G = 12.4%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA3079 (or 0xDA3079) is known color: Deep Cerise. HEX triplet: DA, 30 and 79. RGB value is (218,48,121). Sum of RGB (Red+Green+Blue) = 218+48+121=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3079 is #25CF86. Grayscale: #6B6B6B. Windows color (decimal): -2477959 or 7942362. OLE color: 7942362.

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

Color convert

RGB 218 48 121 -
CMYK 0 0.78 0.44 0.15
HSL 334.24º 0.7% 0.52% -
HSV(B) 334.24º 0.78% 0.85% -
XYZ 33.42 18.4 19.88 -
YUV 107.15 135.82 207.06 -
System Red Green Blue C M Y K H S L
Decimal 218 48 121 0 0.78 0.44 0.15 334.24 0.7 0.52
Hex DA 30 79 0 4E 2C F 14E 46 34
Octal 332 60 171 0 116 54 17 516 106 64
Binary 11011010 110000 1111001 0 1001110 101100 1111 101001110 1000110 110100

Color Harmonies of #DA3079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3079

Black with #DA3079

Text Example


Text Example

White with #DA3079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3079; }

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

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

background-color css

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

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

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

border-color css

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

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

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