Html Css Color HEX #DD29BB Razzle Dazzle Rose

📋 copy color: '#DD29BB'

red 221 ◦ green 41 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DD29BB

Tints of Razzle Dazzle Rose #DD29BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 49.22%
G = 9.13%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD29BB (or 0xDD29BB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and BB. RGB value is (221,41,187). Sum of RGB (Red+Green+Blue) = 221+41+187=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29BB is #22D644. Grayscale: #6F6F6F. Windows color (decimal): -2283077 or 12265949. OLE color: 12265949.

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

Color convert

RGB 221 41 187 -
CMYK 0 0.81 0.15 0.13
HSL 311.33º 0.73% 0.51% -
HSV(B) 311.33º 0.81% 0.87% -
XYZ 39.58 20.55 48.89 -
YUV 111.46 170.63 206.13 -
System Red Green Blue C M Y K H S L
Decimal 221 41 187 0 0.81 0.15 0.13 311.33 0.73 0.51
Hex DD 29 BB 0 51 F D 137 49 33
Octal 335 51 273 0 121 17 15 467 111 63
Binary 11011101 101001 10111011 0 1010001 1111 1101 100110111 1001001 110011

Color Harmonies of #DD29BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29BB

Black with #DD29BB

Text Example


Text Example

White with #DD29BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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