Html Css Color HEX #DD31D5 Razzle Dazzle Rose

📋 copy color: '#DD31D5'

red 221 ◦ green 49 ◦ blue 213

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

Shades of Razzle Dazzle Rose #DD31D5

Tints of Razzle Dazzle Rose #DD31D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.1%

R = 45.76%
G = 10.14%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD31D5 (or 0xDD31D5) is known color: Razzle Dazzle Rose. HEX triplet: DD, 31 and D5. RGB value is (221,49,213). Sum of RGB (Red+Green+Blue) = 221+49+213=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31D5 is #22CE2A. Grayscale: #767676. Windows color (decimal): -2281003 or 13971933. OLE color: 13971933.

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

Color convert

RGB 221 49 213 -
CMYK 0 0.78 0.04 0.13
HSL 302.79º 0.72% 0.53% -
HSV(B) 302.79º 0.78% 0.87% -
XYZ 42.93 22.37 65.01 -
YUV 119.12 180.98 200.66 -
System Red Green Blue C M Y K H S L
Decimal 221 49 213 0 0.78 0.04 0.13 302.79 0.72 0.53
Hex DD 31 D5 0 4E 4 D 12F 48 35
Octal 335 61 325 0 116 4 15 457 110 65
Binary 11011101 110001 11010101 0 1001110 100 1101 100101111 1001000 110101

Color Harmonies of #DD31D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31D5

Black with #DD31D5

Text Example


Text Example

White with #DD31D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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