Html Css Color HEX #DD29DF Razzle Dazzle Rose

📋 copy color: '#DD29DF'

red 221 ◦ green 41 ◦ blue 223

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

Shades of Razzle Dazzle Rose #DD29DF

Tints of Razzle Dazzle Rose #DD29DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 45.57%
G = 8.45%
B = 45.98%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD29DF (or 0xDD29DF) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and DF. RGB value is (221,41,223). Sum of RGB (Red+Green+Blue) = 221+41+223=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 41 (16.41% from 255 or 8.45% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD29DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29DF is #22D620. Grayscale: #737373. Windows color (decimal): -2283041 or 14625245. OLE color: 14625245.

HSL color Cylindrical-coordinate representation of color #DD29DF: hue angle of 299.34º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD29DF is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 41 223 -
CMYK 0.01 0.82 0 0.13
HSL 299.34º 0.74% 0.52% -
HSV(B) 299.34º 0.82% 0.87% -
XYZ 43.93 22.29 71.8 -
YUV 115.57 188.63 203.2 -
System Red Green Blue C M Y K H S L
Decimal 221 41 223 0.01 0.82 0 0.13 299.34 0.74 0.52
Hex DD 29 DF 1 52 0 D 12B 4A 34
Octal 335 51 337 1 122 0 15 453 112 64
Binary 11011101 101001 11011111 1 1010010 0 1101 100101011 1001010 110100

Color Harmonies of #DD29DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29DF

Black with #DD29DF

Text Example


Text Example

White with #DD29DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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