Html Css Color HEX #DD2DDC Razzle Dazzle Rose

📋 copy color: '#DD2DDC'

red 221 ◦ green 45 ◦ blue 220

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

Shades of Razzle Dazzle Rose #DD2DDC

Tints of Razzle Dazzle Rose #DD2DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 45.47%
G = 9.26%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD2DDC (or 0xDD2DDC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2D and DC. RGB value is (221,45,220). Sum of RGB (Red+Green+Blue) = 221+45+220=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 45 (17.97% from 255 or 9.26% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2DDC is #22D223. Grayscale: #757575. Windows color (decimal): -2282020 or 14429661. OLE color: 14429661.

HSL color Cylindrical-coordinate representation of color #DD2DDC: hue angle of 300.34º 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 #DD2DDC is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 45 220 -
CMYK 0 0.80 0.00 0.13
HSL 300.34º 0.72% 0.52% -
HSV(B) 300.34º 0.8% 0.87% -
XYZ 43.68 22.42 69.73 -
YUV 117.57 185.81 201.77 -
System Red Green Blue C M Y K H S L
Decimal 221 45 220 0 0.80 0.00 0.13 300.34 0.72 0.52
Hex DD 2D DC 0 50 0 D 12C 48 34
Octal 335 55 334 0 120 0 15 454 110 64
Binary 11011101 101101 11011100 0 1010000 0 1101 100101100 1001000 110100

Color Harmonies of #DD2DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2DDC

Black with #DD2DDC

Text Example


Text Example

White with #DD2DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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