Html Css Color HEX #DA2ADA Razzle Dazzle Rose

📋 copy color: '#DA2ADA'

red 218 ◦ green 42 ◦ blue 218

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

Shades of Razzle Dazzle Rose #DA2ADA

Tints of Razzle Dazzle Rose #DA2ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 45.61%
G = 8.79%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA2ADA (or 0xDA2ADA) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2A and DA. RGB value is (218,42,218). Sum of RGB (Red+Green+Blue) = 218+42+218=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA2ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2ADA is #25D525. Grayscale: #727272. Windows color (decimal): -2479398 or 14297818. OLE color: 14297818.

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

Color convert

RGB 218 42 218 -
CMYK 0 0.81 0 0.15
HSL 300º 0.7% 0.51% -
HSV(B) 300º 0.81% 0.85% -
XYZ 42.4 21.62 68.27 -
YUV 114.69 186.31 201.69 -
System Red Green Blue C M Y K H S L
Decimal 218 42 218 0 0.81 0 0.15 300 0.7 0.51
Hex DA 2A DA 0 51 0 F 12C 46 33
Octal 332 52 332 0 121 0 17 454 106 63
Binary 11011010 101010 11011010 0 1010001 0 1111 100101100 1000110 110011

Color Harmonies of #DA2ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2ADA

Black with #DA2ADA

Text Example


Text Example

White with #DA2ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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