Html Css Color HEX #DD29DB Razzle Dazzle Rose

📋 copy color: '#DD29DB'

red 221 ◦ green 41 ◦ blue 219

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

Shades of Razzle Dazzle Rose #DD29DB

Tints of Razzle Dazzle Rose #DD29DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 45.95%
G = 8.52%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD29DB (or 0xDD29DB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and DB. RGB value is (221,41,219). Sum of RGB (Red+Green+Blue) = 221+41+219=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29DB is #22D624. Grayscale: #727272. Windows color (decimal): -2283045 or 14363101. OLE color: 14363101.

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

Color convert

RGB 221 41 219 -
CMYK 0 0.81 0.01 0.13
HSL 300.67º 0.73% 0.51% -
HSV(B) 300.67º 0.81% 0.87% -
XYZ 43.4 22.07 68.99 -
YUV 115.11 186.63 203.53 -
System Red Green Blue C M Y K H S L
Decimal 221 41 219 0 0.81 0.01 0.13 300.67 0.73 0.51
Hex DD 29 DB 0 51 1 D 12D 49 33
Octal 335 51 333 0 121 1 15 455 111 63
Binary 11011101 101001 11011011 0 1010001 1 1101 100101101 1001001 110011

Color Harmonies of #DD29DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29DB

Black with #DD29DB

Text Example


Text Example

White with #DD29DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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