Html Css Color HEX #DA30A4 Deep Cerise

📋 copy color: '#DA30A4'

red 218 ◦ green 48 ◦ blue 164

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

Shades of Deep Cerise #DA30A4

Tints of Deep Cerise #DA30A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.14%

R = 50.7%
G = 11.16%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA30A4 (or 0xDA30A4) is known color: Deep Cerise. HEX triplet: DA, 30 and A4. RGB value is (218,48,164). Sum of RGB (Red+Green+Blue) = 218+48+164=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA30A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA30A4 is #25CF5B. Grayscale: #6F6F6F. Windows color (decimal): -2477916 or 10760410. OLE color: 10760410.

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

Color convert

RGB 218 48 164 -
CMYK 0 0.78 0.25 0.15
HSL 319.06º 0.7% 0.52% -
HSV(B) 319.06º 0.78% 0.85% -
XYZ 36.67 19.7 36.99 -
YUV 112.05 157.32 203.57 -
System Red Green Blue C M Y K H S L
Decimal 218 48 164 0 0.78 0.25 0.15 319.06 0.7 0.52
Hex DA 30 A4 0 4E 19 F 13F 46 34
Octal 332 60 244 0 116 31 17 477 106 64
Binary 11011010 110000 10100100 0 1001110 11001 1111 100111111 1000110 110100

Color Harmonies of #DA30A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA30A4

Black with #DA30A4

Text Example


Text Example

White with #DA30A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA30A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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