Html Css Color HEX #DA30A9 Deep Cerise

📋 copy color: '#DA30A9'

red 218 ◦ green 48 ◦ blue 169

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

Shades of Deep Cerise #DA30A9

Tints of Deep Cerise #DA30A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 38.85%

R = 50.11%
G = 11.03%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA30A9 (or 0xDA30A9) is known color: Deep Cerise. HEX triplet: DA, 30 and A9. RGB value is (218,48,169). Sum of RGB (Red+Green+Blue) = 218+48+169=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA30A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA30A9 is #25CF56. Grayscale: #707070. Windows color (decimal): -2477911 or 11088090. OLE color: 11088090.

HSL color Cylindrical-coordinate representation of color #DA30A9: hue angle of 317.29º 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 #DA30A9 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 48 169 -
CMYK 0 0.78 0.22 0.15
HSL 317.29º 0.7% 0.52% -
HSV(B) 317.29º 0.78% 0.85% -
XYZ 37.13 19.88 39.42 -
YUV 112.62 159.82 203.16 -
System Red Green Blue C M Y K H S L
Decimal 218 48 169 0 0.78 0.22 0.15 317.29 0.7 0.52
Hex DA 30 A9 0 4E 16 F 13D 46 34
Octal 332 60 251 0 116 26 17 475 106 64
Binary 11011010 110000 10101001 0 1001110 10110 1111 100111101 1000110 110100

Color Harmonies of #DA30A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA30A9

Black with #DA30A9

Text Example


Text Example

White with #DA30A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA30A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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