Html Css Color HEX #DA2DDA Razzle Dazzle Rose

📋 copy color: '#DA2DDA'

red 218 ◦ green 45 ◦ blue 218

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

Shades of Razzle Dazzle Rose #DA2DDA

Tints of Razzle Dazzle Rose #DA2DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.36%

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

R = 45.32%
G = 9.36%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA2DDA (or 0xDA2DDA) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2D and DA. RGB value is (218,45,218). Sum of RGB (Red+Green+Blue) = 218+45+218=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA2DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2DDA is #25D225. Grayscale: #737373. Windows color (decimal): -2478630 or 14298586. OLE color: 14298586.

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

Color convert

RGB 218 45 218 -
CMYK 0 0.79 0 0.15
HSL 300º 0.7% 0.52% -
HSV(B) 300º 0.79% 0.85% -
XYZ 42.51 21.84 68.31 -
YUV 116.45 185.31 200.43 -
System Red Green Blue C M Y K H S L
Decimal 218 45 218 0 0.79 0 0.15 300 0.7 0.52
Hex DA 2D DA 0 4F 0 F 12C 46 34
Octal 332 55 332 0 117 0 17 454 106 64
Binary 11011010 101101 11011010 0 1001111 0 1111 100101100 1000110 110100

Color Harmonies of #DA2DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2DDA

Black with #DA2DDA

Text Example


Text Example

White with #DA2DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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