Html Css Color HEX #DD29BA Razzle Dazzle Rose

📋 copy color: '#DD29BA'

red 221 ◦ green 41 ◦ blue 186

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

Shades of Razzle Dazzle Rose #DD29BA

Tints of Razzle Dazzle Rose #DD29BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.15%

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

R = 49.33%
G = 9.15%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD29BA (or 0xDD29BA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and BA. RGB value is (221,41,186). Sum of RGB (Red+Green+Blue) = 221+41+186=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29BA is #22D645. Grayscale: #6E6E6E. Windows color (decimal): -2283078 or 12200413. OLE color: 12200413.

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

Color convert

RGB 221 41 186 -
CMYK 0 0.81 0.16 0.13
HSL 311.67º 0.73% 0.51% -
HSV(B) 311.67º 0.81% 0.87% -
XYZ 39.47 20.5 48.33 -
YUV 111.35 170.13 206.21 -
System Red Green Blue C M Y K H S L
Decimal 221 41 186 0 0.81 0.16 0.13 311.67 0.73 0.51
Hex DD 29 BA 0 51 10 D 138 49 33
Octal 335 51 272 0 121 20 15 470 111 63
Binary 11011101 101001 10111010 0 1010001 10000 1101 100111000 1001001 110011

Color Harmonies of #DD29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29BA

Black with #DD29BA

Text Example


Text Example

White with #DD29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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