Html Css Color HEX #DD32D1 Razzle Dazzle Rose

📋 copy color: '#DD32D1'

red 221 ◦ green 50 ◦ blue 209

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

Shades of Razzle Dazzle Rose #DD32D1

Tints of Razzle Dazzle Rose #DD32D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.54%

R = 46.04%
G = 10.42%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD32D1 (or 0xDD32D1) is known color: Razzle Dazzle Rose. HEX triplet: DD, 32 and D1. RGB value is (221,50,209). Sum of RGB (Red+Green+Blue) = 221+50+209=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD32D1 is #22CD2E. Grayscale: #767676. Windows color (decimal): -2280751 or 13710045. OLE color: 13710045.

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

Color convert

RGB 221 50 209 -
CMYK 0 0.77 0.05 0.13
HSL 304.21º 0.72% 0.53% -
HSV(B) 304.21º 0.77% 0.87% -
XYZ 42.47 22.26 62.38 -
YUV 119.26 178.65 200.57 -
System Red Green Blue C M Y K H S L
Decimal 221 50 209 0 0.77 0.05 0.13 304.21 0.72 0.53
Hex DD 32 D1 0 4D 5 D 130 48 35
Octal 335 62 321 0 115 5 15 460 110 65
Binary 11011101 110010 11010001 0 1001101 101 1101 100110000 1001000 110101

Color Harmonies of #DD32D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD32D1

Black with #DD32D1

Text Example


Text Example

White with #DD32D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD32D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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