Html Css Color HEX #DA4099 Deep Cerise

📋 copy color: '#DA4099'

red 218 ◦ green 64 ◦ blue 153

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

Shades of Deep Cerise #DA4099

Tints of Deep Cerise #DA4099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.71%

 BLUE value IS 153 (60.16% from 255) = 35.17%

R = 50.11%
G = 14.71%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA4099 (or 0xDA4099) is known color: Deep Cerise. HEX triplet: DA, 40 and 99. RGB value is (218,64,153). Sum of RGB (Red+Green+Blue) = 218+64+153=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4099 is #25BF66. Grayscale: #777777. Windows color (decimal): -2473831 or 10043610. OLE color: 10043610.

HSL color Cylindrical-coordinate representation of color #DA4099: hue angle of 325.32º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4099 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 153 -
CMYK 0 0.71 0.30 0.15
HSL 325.32º 0.68% 0.55% -
HSV(B) 325.32º 0.71% 0.85% -
XYZ 36.5 20.87 32.24 -
YUV 120.19 146.52 197.76 -
System Red Green Blue C M Y K H S L
Decimal 218 64 153 0 0.71 0.30 0.15 325.32 0.68 0.55
Hex DA 40 99 0 47 1E F 145 44 37
Octal 332 100 231 0 107 36 17 505 104 67
Binary 11011010 1000000 10011001 0 1000111 11110 1111 101000101 1000100 110111

Color Harmonies of #DA4099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4099

Black with #DA4099

Text Example


Text Example

White with #DA4099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4099; }

 p { color: rgb(218,64,153); }

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

background-color css

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

 a { background-color: rgb(218,64,153); }

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

border-color css

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

 span { border-color: rgb(218,64,153); }

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