Html Css Color HEX #DD33BA Razzle Dazzle Rose

📋 copy color: '#DD33BA'

red 221 ◦ green 51 ◦ blue 186

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

Shades of Razzle Dazzle Rose #DD33BA

Tints of Razzle Dazzle Rose #DD33BA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.14%

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

R = 48.25%
G = 11.14%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD33BA (or 0xDD33BA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 33 and BA. RGB value is (221,51,186). Sum of RGB (Red+Green+Blue) = 221+51+186=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33BA is #22CC45. Grayscale: #747474. Windows color (decimal): -2280518 or 12202973. OLE color: 12202973.

HSL color Cylindrical-coordinate representation of color #DD33BA: hue angle of 312.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD33BA is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 51 186 -
CMYK 0 0.77 0.16 0.13
HSL 312.35º 0.71% 0.53% -
HSV(B) 312.35º 0.77% 0.87% -
XYZ 39.87 21.28 48.46 -
YUV 117.22 166.82 202.02 -
System Red Green Blue C M Y K H S L
Decimal 221 51 186 0 0.77 0.16 0.13 312.35 0.71 0.53
Hex DD 33 BA 0 4D 10 D 138 47 35
Octal 335 63 272 0 115 20 15 470 107 65
Binary 11011101 110011 10111010 0 1001101 10000 1101 100111000 1000111 110101

Color Harmonies of #DD33BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33BA

Black with #DD33BA

Text Example


Text Example

White with #DD33BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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