Html Css Color HEX #DD31BA Razzle Dazzle Rose

📋 copy color: '#DD31BA'

red 221 ◦ green 49 ◦ blue 186

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

Shades of Razzle Dazzle Rose #DD31BA

Tints of Razzle Dazzle Rose #DD31BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 48.46%
G = 10.75%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD31BA (or 0xDD31BA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 31 and BA. RGB value is (221,49,186). Sum of RGB (Red+Green+Blue) = 221+49+186=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31BA is #22CE45. Grayscale: #737373. Windows color (decimal): -2281030 or 12202461. OLE color: 12202461.

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

Color convert

RGB 221 49 186 -
CMYK 0 0.78 0.16 0.13
HSL 312.21º 0.72% 0.53% -
HSV(B) 312.21º 0.78% 0.87% -
XYZ 39.78 21.11 48.43 -
YUV 116.05 167.48 202.86 -
System Red Green Blue C M Y K H S L
Decimal 221 49 186 0 0.78 0.16 0.13 312.21 0.72 0.53
Hex DD 31 BA 0 4E 10 D 138 48 35
Octal 335 61 272 0 116 20 15 470 110 65
Binary 11011101 110001 10111010 0 1001110 10000 1101 100111000 1001000 110101

Color Harmonies of #DD31BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31BA

Black with #DD31BA

Text Example


Text Example

White with #DD31BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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