Html Css Color HEX #DD32BD Razzle Dazzle Rose

📋 copy color: '#DD32BD'

red 221 ◦ green 50 ◦ blue 189

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

Shades of Razzle Dazzle Rose #DD32BD

Tints of Razzle Dazzle Rose #DD32BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.09%

R = 48.04%
G = 10.87%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD32BD (or 0xDD32BD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 32 and BD. RGB value is (221,50,189). Sum of RGB (Red+Green+Blue) = 221+50+189=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD32BD is #22CD42. Grayscale: #747474. Windows color (decimal): -2280771 or 12399325. OLE color: 12399325.

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

Color convert

RGB 221 50 189 -
CMYK 0 0.77 0.14 0.13
HSL 311.23º 0.72% 0.53% -
HSV(B) 311.23º 0.77% 0.87% -
XYZ 40.14 21.33 50.14 -
YUV 116.98 168.65 202.2 -
System Red Green Blue C M Y K H S L
Decimal 221 50 189 0 0.77 0.14 0.13 311.23 0.72 0.53
Hex DD 32 BD 0 4D E D 137 48 35
Octal 335 62 275 0 115 16 15 467 110 65
Binary 11011101 110010 10111101 0 1001101 1110 1101 100110111 1001000 110101

Color Harmonies of #DD32BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD32BD

Black with #DD32BD

Text Example


Text Example

White with #DD32BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD32BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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