Html Css Color HEX #DD31BD Razzle Dazzle Rose

📋 copy color: '#DD31BD'

red 221 ◦ green 49 ◦ blue 189

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

Shades of Razzle Dazzle Rose #DD31BD

Tints of Razzle Dazzle Rose #DD31BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.18%

R = 48.15%
G = 10.68%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD31BD (or 0xDD31BD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 31 and BD. RGB value is (221,49,189). Sum of RGB (Red+Green+Blue) = 221+49+189=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31BD is #22CE42. Grayscale: #747474. Windows color (decimal): -2281027 or 12399069. OLE color: 12399069.

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

Color convert

RGB 221 49 189 -
CMYK 0 0.78 0.14 0.13
HSL 311.16º 0.72% 0.53% -
HSV(B) 311.16º 0.78% 0.87% -
XYZ 40.1 21.24 50.13 -
YUV 116.39 168.98 202.62 -
System Red Green Blue C M Y K H S L
Decimal 221 49 189 0 0.78 0.14 0.13 311.16 0.72 0.53
Hex DD 31 BD 0 4E E D 137 48 35
Octal 335 61 275 0 116 16 15 467 110 65
Binary 11011101 110001 10111101 0 1001110 1110 1101 100110111 1001000 110101

Color Harmonies of #DD31BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31BD

Black with #DD31BD

Text Example


Text Example

White with #DD31BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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