Html Css Color HEX #DA2AD4 Razzle Dazzle Rose

📋 copy color: '#DA2AD4'

red 218 ◦ green 42 ◦ blue 212

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

Shades of Razzle Dazzle Rose #DA2AD4

Tints of Razzle Dazzle Rose #DA2AD4

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.9%

 BLUE value IS 212 (83.2% from 255) = 44.92%

R = 46.19%
G = 8.9%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA2AD4 (or 0xDA2AD4) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2A and D4. RGB value is (218,42,212). Sum of RGB (Red+Green+Blue) = 218+42+212=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2AD4 is #25D52B. Grayscale: #717171. Windows color (decimal): -2479404 or 13904602. OLE color: 13904602.

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

Color convert

RGB 218 42 212 -
CMYK 0 0.81 0.03 0.15
HSL 302.05º 0.7% 0.51% -
HSV(B) 302.05º 0.81% 0.85% -
XYZ 41.63 21.31 64.21 -
YUV 114 183.31 202.18 -
System Red Green Blue C M Y K H S L
Decimal 218 42 212 0 0.81 0.03 0.15 302.05 0.7 0.51
Hex DA 2A D4 0 51 3 F 12E 46 33
Octal 332 52 324 0 121 3 17 456 106 63
Binary 11011010 101010 11010100 0 1010001 11 1111 100101110 1000110 110011

Color Harmonies of #DA2AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2AD4

Black with #DA2AD4

Text Example


Text Example

White with #DA2AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2AD4; }

 p { color: rgb(218,42,212); }

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

background-color css

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

 a { background-color: rgb(218,42,212); }

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

border-color css

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

 span { border-color: rgb(218,42,212); }

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