Html Css Color HEX #DD3CC5 Razzle Dazzle Rose

📋 copy color: '#DD3CC5'

red 221 ◦ green 60 ◦ blue 197

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

Shades of Razzle Dazzle Rose #DD3CC5

Tints of Razzle Dazzle Rose #DD3CC5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.55%

 BLUE value IS 197 (77.34% from 255) = 41.21%

R = 46.23%
G = 12.55%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD3CC5 (or 0xDD3CC5) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3C and C5. RGB value is (221,60,197). Sum of RGB (Red+Green+Blue) = 221+60+197=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3CC5 is #22C33A. Grayscale: #7B7B7B. Windows color (decimal): -2278203 or 12926173. OLE color: 12926173.

HSL color Cylindrical-coordinate representation of color #DD3CC5: hue angle of 308.94º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3CC5 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 60 197 -
CMYK 0 0.73 0.11 0.13
HSL 308.94º 0.7% 0.55% -
HSV(B) 308.94º 0.73% 0.87% -
XYZ 41.51 22.64 55 -
YUV 123.76 169.34 197.36 -
System Red Green Blue C M Y K H S L
Decimal 221 60 197 0 0.73 0.11 0.13 308.94 0.7 0.55
Hex DD 3C C5 0 49 B D 135 46 37
Octal 335 74 305 0 111 13 15 465 106 67
Binary 11011101 111100 11000101 0 1001001 1011 1101 100110101 1000110 110111

Color Harmonies of #DD3CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3CC5

Black with #DD3CC5

Text Example


Text Example

White with #DD3CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3CC5; }

 p { color: rgb(221,60,197); }

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

background-color css

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

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

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

border-color css

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

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

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