Html Css Color HEX #DD2CC1 Razzle Dazzle Rose

📋 copy color: '#DD2CC1'

red 221 ◦ green 44 ◦ blue 193

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

Shades of Razzle Dazzle Rose #DD2CC1

Tints of Razzle Dazzle Rose #DD2CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.14%

R = 48.25%
G = 9.61%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD2CC1 (or 0xDD2CC1) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2C and C1. RGB value is (221,44,193). Sum of RGB (Red+Green+Blue) = 221+44+193=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CC1 is #22D33E. Grayscale: #717171. Windows color (decimal): -2282303 or 12659933. OLE color: 12659933.

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

Color convert

RGB 221 44 193 -
CMYK 0 0.80 0.13 0.13
HSL 309.49º 0.72% 0.52% -
HSV(B) 309.49º 0.8% 0.87% -
XYZ 40.35 21.02 52.38 -
YUV 113.91 172.64 204.38 -
System Red Green Blue C M Y K H S L
Decimal 221 44 193 0 0.80 0.13 0.13 309.49 0.72 0.52
Hex DD 2C C1 0 50 D D 135 48 34
Octal 335 54 301 0 120 15 15 465 110 64
Binary 11011101 101100 11000001 0 1010000 1101 1101 100110101 1001000 110100

Color Harmonies of #DD2CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2CC1

Black with #DD2CC1

Text Example


Text Example

White with #DD2CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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