Html Css Color HEX #DD2CC4 Razzle Dazzle Rose

📋 copy color: '#DD2CC4'

red 221 ◦ green 44 ◦ blue 196

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

Shades of Razzle Dazzle Rose #DD2CC4

Tints of Razzle Dazzle Rose #DD2CC4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.54%

 BLUE value IS 196 (76.95% from 255) = 42.52%

R = 47.94%
G = 9.54%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD2CC4 (or 0xDD2CC4) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2C and C4. RGB value is (221,44,196). Sum of RGB (Red+Green+Blue) = 221+44+196=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CC4 is #22D33B. Grayscale: #717171. Windows color (decimal): -2282300 or 12856541. OLE color: 12856541.

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

Color convert

RGB 221 44 196 -
CMYK 0 0.80 0.11 0.13
HSL 308.47º 0.72% 0.52% -
HSV(B) 308.47º 0.8% 0.87% -
XYZ 40.68 21.16 54.16 -
YUV 114.25 174.14 204.14 -
System Red Green Blue C M Y K H S L
Decimal 221 44 196 0 0.80 0.11 0.13 308.47 0.72 0.52
Hex DD 2C C4 0 50 B D 134 48 34
Octal 335 54 304 0 120 13 15 464 110 64
Binary 11011101 101100 11000100 0 1010000 1011 1101 100110100 1001000 110100

Color Harmonies of #DD2CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2CC4

Black with #DD2CC4

Text Example


Text Example

White with #DD2CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2CC4; }

 p { color: rgb(221,44,196); }

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

background-color css

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

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

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

border-color css

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

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

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