Html Css Color HEX #DD31C7 Razzle Dazzle Rose

📋 copy color: '#DD31C7'

red 221 ◦ green 49 ◦ blue 199

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

Shades of Razzle Dazzle Rose #DD31C7

Tints of Razzle Dazzle Rose #DD31C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.43%

R = 47.12%
G = 10.45%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD31C7 (or 0xDD31C7) is known color: Razzle Dazzle Rose. HEX triplet: DD, 31 and C7. RGB value is (221,49,199). Sum of RGB (Red+Green+Blue) = 221+49+199=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31C7 is #22CE38. Grayscale: #757575. Windows color (decimal): -2281017 or 13054429. OLE color: 13054429.

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

Color convert

RGB 221 49 199 -
CMYK 0 0.78 0.10 0.13
HSL 307.67º 0.72% 0.53% -
HSV(B) 307.67º 0.78% 0.87% -
XYZ 41.23 21.69 56.05 -
YUV 117.53 173.98 201.8 -
System Red Green Blue C M Y K H S L
Decimal 221 49 199 0 0.78 0.10 0.13 307.67 0.72 0.53
Hex DD 31 C7 0 4E A D 134 48 35
Octal 335 61 307 0 116 12 15 464 110 65
Binary 11011101 110001 11000111 0 1001110 1010 1101 100110100 1001000 110101

Color Harmonies of #DD31C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31C7

Black with #DD31C7

Text Example


Text Example

White with #DD31C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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