Html Css Color HEX #DD29BF Razzle Dazzle Rose

📋 copy color: '#DD29BF'

red 221 ◦ green 41 ◦ blue 191

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

Shades of Razzle Dazzle Rose #DD29BF

Tints of Razzle Dazzle Rose #DD29BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.16%

R = 48.79%
G = 9.05%
B = 42.16%

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

#DD29BF (or 0xDD29BF) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and BF. RGB value is (221,41,191). Sum of RGB (Red+Green+Blue) = 221+41+191=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29BF is #22D640. Grayscale: #6F6F6F. Windows color (decimal): -2283073 or 12528093. OLE color: 12528093.

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

Color convert

RGB 221 41 191 -
CMYK 0 0.81 0.14 0.13
HSL 310º 0.73% 0.51% -
HSV(B) 310º 0.81% 0.87% -
XYZ 40.02 20.72 51.18 -
YUV 111.92 172.63 205.8 -
System Red Green Blue C M Y K H S L
Decimal 221 41 191 0 0.81 0.14 0.13 310 0.73 0.51
Hex DD 29 BF 0 51 E D 136 49 33
Octal 335 51 277 0 121 16 15 466 111 63
Binary 11011101 101001 10111111 0 1010001 1110 1101 100110110 1001001 110011

Color Harmonies of #DD29BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29BF

Black with #DD29BF

Text Example


Text Example

White with #DD29BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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