Html Css Color HEX #DD31DA Razzle Dazzle Rose

📋 copy color: '#DD31DA'

red 221 ◦ green 49 ◦ blue 218

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

Shades of Razzle Dazzle Rose #DD31DA

Tints of Razzle Dazzle Rose #DD31DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 45.29%
G = 10.04%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD31DA (or 0xDD31DA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 31 and DA. RGB value is (221,49,218). Sum of RGB (Red+Green+Blue) = 221+49+218=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 49 (19.53% from 255 or 10.04% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31DA is #22CE25. Grayscale: #777777. Windows color (decimal): -2280998 or 14299613. OLE color: 14299613.

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

Color convert

RGB 221 49 218 -
CMYK 0 0.78 0.01 0.13
HSL 301.05º 0.72% 0.53% -
HSV(B) 301.05º 0.78% 0.87% -
XYZ 43.57 22.63 68.4 -
YUV 119.69 183.48 200.26 -
System Red Green Blue C M Y K H S L
Decimal 221 49 218 0 0.78 0.01 0.13 301.05 0.72 0.53
Hex DD 31 DA 0 4E 1 D 12D 48 35
Octal 335 61 332 0 116 1 15 455 110 65
Binary 11011101 110001 11011010 0 1001110 1 1101 100101101 1001000 110101

Color Harmonies of #DD31DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31DA

Black with #DD31DA

Text Example


Text Example

White with #DD31DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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