Html Css Color HEX #DD31D3 Razzle Dazzle Rose

📋 copy color: '#DD31D3'

red 221 ◦ green 49 ◦ blue 211

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

Shades of Razzle Dazzle Rose #DD31D3

Tints of Razzle Dazzle Rose #DD31D3

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.19%

 BLUE value IS 211 (82.81% from 255) = 43.87%

R = 45.95%
G = 10.19%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD31D3 (or 0xDD31D3) is known color: Razzle Dazzle Rose. HEX triplet: DD, 31 and D3. RGB value is (221,49,211). Sum of RGB (Red+Green+Blue) = 221+49+211=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31D3 is #22CE2C. Grayscale: #767676. Windows color (decimal): -2281005 or 13840861. OLE color: 13840861.

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

Color convert

RGB 221 49 211 -
CMYK 0 0.78 0.05 0.13
HSL 303.49º 0.72% 0.53% -
HSV(B) 303.49º 0.78% 0.87% -
XYZ 42.67 22.27 63.68 -
YUV 118.9 179.98 200.83 -
System Red Green Blue C M Y K H S L
Decimal 221 49 211 0 0.78 0.05 0.13 303.49 0.72 0.53
Hex DD 31 D3 0 4E 5 D 12F 48 35
Octal 335 61 323 0 116 5 15 457 110 65
Binary 11011101 110001 11010011 0 1001110 101 1101 100101111 1001000 110101

Color Harmonies of #DD31D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31D3

Black with #DD31D3

Text Example


Text Example

White with #DD31D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31D3; }

 p { color: rgb(221,49,211); }

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

background-color css

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

 a { background-color: rgb(221,49,211); }

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

border-color css

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

 span { border-color: rgb(221,49,211); }

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