Html Css Color HEX #DD31D7 Razzle Dazzle Rose

📋 copy color: '#DD31D7'

red 221 ◦ green 49 ◦ blue 215

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

Shades of Razzle Dazzle Rose #DD31D7

Tints of Razzle Dazzle Rose #DD31D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.33%

R = 45.57%
G = 10.1%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD31D7 (or 0xDD31D7) is known color: Razzle Dazzle Rose. HEX triplet: DD, 31 and D7. RGB value is (221,49,215). Sum of RGB (Red+Green+Blue) = 221+49+215=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31D7 is #22CE28. Grayscale: #767676. Windows color (decimal): -2281001 or 14103005. OLE color: 14103005.

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

Color convert

RGB 221 49 215 -
CMYK 0 0.78 0.03 0.13
HSL 302.09º 0.72% 0.53% -
HSV(B) 302.09º 0.78% 0.87% -
XYZ 43.18 22.48 66.35 -
YUV 119.35 181.98 200.5 -
System Red Green Blue C M Y K H S L
Decimal 221 49 215 0 0.78 0.03 0.13 302.09 0.72 0.53
Hex DD 31 D7 0 4E 3 D 12E 48 35
Octal 335 61 327 0 116 3 15 456 110 65
Binary 11011101 110001 11010111 0 1001110 11 1101 100101110 1001000 110101

Color Harmonies of #DD31D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31D7

Black with #DD31D7

Text Example


Text Example

White with #DD31D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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