Html Css Color HEX #DD29BE Razzle Dazzle Rose

📋 copy color: '#DD29BE'

red 221 ◦ green 41 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DD29BE

Tints of Razzle Dazzle Rose #DD29BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 48.89%
G = 9.07%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD29BE (or 0xDD29BE) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and BE. RGB value is (221,41,190). Sum of RGB (Red+Green+Blue) = 221+41+190=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29BE is #22D641. Grayscale: #6F6F6F. Windows color (decimal): -2283074 or 12462557. OLE color: 12462557.

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

Color convert

RGB 221 41 190 -
CMYK 0 0.81 0.14 0.13
HSL 310.33º 0.73% 0.51% -
HSV(B) 310.33º 0.81% 0.87% -
XYZ 39.91 20.68 50.6 -
YUV 111.81 172.13 205.88 -
System Red Green Blue C M Y K H S L
Decimal 221 41 190 0 0.81 0.14 0.13 310.33 0.73 0.51
Hex DD 29 BE 0 51 E D 136 49 33
Octal 335 51 276 0 121 16 15 466 111 63
Binary 11011101 101001 10111110 0 1010001 1110 1101 100110110 1001001 110011

Color Harmonies of #DD29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29BE

Black with #DD29BE

Text Example


Text Example

White with #DD29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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