Html Css Color HEX #DD2DDA Razzle Dazzle Rose

📋 copy color: '#DD2DDA'

red 221 ◦ green 45 ◦ blue 218

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

Shades of Razzle Dazzle Rose #DD2DDA

Tints of Razzle Dazzle Rose #DD2DDA

RGB

 RED value IS 221 (86.72% from 255) = 45.66%

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

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

R = 45.66%
G = 9.3%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD2DDA (or 0xDD2DDA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2D and DA. RGB value is (221,45,218). Sum of RGB (Red+Green+Blue) = 221+45+218=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 45 (17.97% from 255 or 9.30% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2DDA is #22D225. Grayscale: #747474. Windows color (decimal): -2282022 or 14298589. OLE color: 14298589.

HSL color Cylindrical-coordinate representation of color #DD2DDA: hue angle of 301.02º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2DDA is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 45 218 -
CMYK 0 0.80 0.01 0.13
HSL 301.02º 0.72% 0.52% -
HSV(B) 301.02º 0.8% 0.87% -
XYZ 43.41 22.31 68.35 -
YUV 117.35 184.81 201.93 -
System Red Green Blue C M Y K H S L
Decimal 221 45 218 0 0.80 0.01 0.13 301.02 0.72 0.52
Hex DD 2D DA 0 50 1 D 12D 48 34
Octal 335 55 332 0 120 1 15 455 110 64
Binary 11011101 101101 11011010 0 1010000 1 1101 100101101 1001000 110100

Color Harmonies of #DD2DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2DDA

Black with #DD2DDA

Text Example


Text Example

White with #DD2DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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