Html Css Color HEX #DD2EDC Razzle Dazzle Rose

📋 copy color: '#DD2EDC'

red 221 ◦ green 46 ◦ blue 220

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

Shades of Razzle Dazzle Rose #DD2EDC

Tints of Razzle Dazzle Rose #DD2EDC

RGB

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

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

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

R = 45.38%
G = 9.45%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD2EDC (or 0xDD2EDC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2E and DC. RGB value is (221,46,220). Sum of RGB (Red+Green+Blue) = 221+46+220=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2EDC is #22D123. Grayscale: #757575. Windows color (decimal): -2281764 or 14429917. OLE color: 14429917.

HSL color Cylindrical-coordinate representation of color #DD2EDC: 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.79%. Process color model (Four color, CMYK) of #DD2EDC is Cyan = 0, Magento = 0.79, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 46 220 -
CMYK 0 0.79 0.00 0.13
HSL 300.34º 0.72% 0.52% -
HSV(B) 300.34º 0.79% 0.87% -
XYZ 43.71 22.49 69.75 -
YUV 118.16 185.48 201.35 -
System Red Green Blue C M Y K H S L
Decimal 221 46 220 0 0.79 0.00 0.13 300.34 0.72 0.52
Hex DD 2E DC 0 4F 0 D 12C 48 34
Octal 335 56 334 0 117 0 15 454 110 64
Binary 11011101 101110 11011100 0 1001111 0 1101 100101100 1001000 110100

Color Harmonies of #DD2EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2EDC

Black with #DD2EDC

Text Example


Text Example

White with #DD2EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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