Html Css Color HEX #DD31D0 Razzle Dazzle Rose

📋 copy color: '#DD31D0'

red 221 ◦ green 49 ◦ blue 208

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

Shades of Razzle Dazzle Rose #DD31D0

Tints of Razzle Dazzle Rose #DD31D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.51%

R = 46.23%
G = 10.25%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD31D0 (or 0xDD31D0) is known color: Razzle Dazzle Rose. HEX triplet: DD, 31 and D0. RGB value is (221,49,208). Sum of RGB (Red+Green+Blue) = 221+49+208=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31D0 is #22CE2F. Grayscale: #767676. Windows color (decimal): -2281008 or 13644253. OLE color: 13644253.

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

Color convert

RGB 221 49 208 -
CMYK 0 0.78 0.06 0.13
HSL 304.53º 0.72% 0.53% -
HSV(B) 304.53º 0.78% 0.87% -
XYZ 42.3 22.12 61.72 -
YUV 118.55 178.48 201.07 -
System Red Green Blue C M Y K H S L
Decimal 221 49 208 0 0.78 0.06 0.13 304.53 0.72 0.53
Hex DD 31 D0 0 4E 6 D 131 48 35
Octal 335 61 320 0 116 6 15 461 110 65
Binary 11011101 110001 11010000 0 1001110 110 1101 100110001 1001000 110101

Color Harmonies of #DD31D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31D0

Black with #DD31D0

Text Example


Text Example

White with #DD31D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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