Html Css Color HEX #DD2EDD Razzle Dazzle Rose

📋 copy color: '#DD2EDD'

red 221 ◦ green 46 ◦ blue 221

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

Shades of Razzle Dazzle Rose #DD2EDD

Tints of Razzle Dazzle Rose #DD2EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.43%

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 45.29%
G = 9.43%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD2EDD (or 0xDD2EDD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2E and DD. RGB value is (221,46,221). Sum of RGB (Red+Green+Blue) = 221+46+221=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD2EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2EDD is #22D122. Grayscale: #757575. Windows color (decimal): -2281763 or 14495453. OLE color: 14495453.

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

Color convert

RGB 221 46 221 -
CMYK 0 0.79 0 0.13
HSL 300º 0.72% 0.52% -
HSV(B) 300º 0.79% 0.87% -
XYZ 43.85 22.55 70.45 -
YUV 118.28 185.98 201.27 -
System Red Green Blue C M Y K H S L
Decimal 221 46 221 0 0.79 0 0.13 300 0.72 0.52
Hex DD 2E DD 0 4F 0 D 12C 48 34
Octal 335 56 335 0 117 0 15 454 110 64
Binary 11011101 101110 11011101 0 1001111 0 1101 100101100 1001000 110100

Color Harmonies of #DD2EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2EDD

Black with #DD2EDD

Text Example


Text Example

White with #DD2EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2EDD; }

 p { color: rgb(221,46,221); }

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

background-color css

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

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

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

border-color css

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

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

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