Html Css Color HEX #DD32C1 Razzle Dazzle Rose

📋 copy color: '#DD32C1'

red 221 ◦ green 50 ◦ blue 193

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

Shades of Razzle Dazzle Rose #DD32C1

Tints of Razzle Dazzle Rose #DD32C1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.78%

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

R = 47.63%
G = 10.78%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD32C1 (or 0xDD32C1) is known color: Razzle Dazzle Rose. HEX triplet: DD, 32 and C1. RGB value is (221,50,193). Sum of RGB (Red+Green+Blue) = 221+50+193=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD32C1 is #22CD3E. Grayscale: #757575. Windows color (decimal): -2280767 or 12661469. OLE color: 12661469.

HSL color Cylindrical-coordinate representation of color #DD32C1: hue angle of 309.82º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD32C1 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 50 193 -
CMYK 0 0.77 0.13 0.13
HSL 309.82º 0.72% 0.53% -
HSV(B) 309.82º 0.77% 0.87% -
XYZ 40.59 21.5 52.46 -
YUV 117.43 170.65 201.87 -
System Red Green Blue C M Y K H S L
Decimal 221 50 193 0 0.77 0.13 0.13 309.82 0.72 0.53
Hex DD 32 C1 0 4D D D 136 48 35
Octal 335 62 301 0 115 15 15 466 110 65
Binary 11011101 110010 11000001 0 1001101 1101 1101 100110110 1001000 110101

Color Harmonies of #DD32C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD32C1

Black with #DD32C1

Text Example


Text Example

White with #DD32C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD32C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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