Html Css Color HEX #DD29E0 Razzle Dazzle Rose

📋 copy color: '#DD29E0'

red 221 ◦ green 41 ◦ blue 224

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

Shades of Razzle Dazzle Rose #DD29E0

Tints of Razzle Dazzle Rose #DD29E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.09%

R = 45.47%
G = 8.44%
B = 46.09%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD29E0 (or 0xDD29E0) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and E0. RGB value is (221,41,224). Sum of RGB (Red+Green+Blue) = 221+41+224=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 41 (16.41% from 255 or 8.44% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD29E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29E0 is #22D61F. Grayscale: #737373. Windows color (decimal): -2283040 or 14690781. OLE color: 14690781.

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

Color convert

RGB 221 41 224 -
CMYK 0.01 0.82 0 0.12
HSL 299.02º 0.75% 0.52% -
HSV(B) 299.02º 0.82% 0.88% -
XYZ 44.07 22.34 72.51 -
YUV 115.68 189.13 203.12 -
System Red Green Blue C M Y K H S L
Decimal 221 41 224 0.01 0.82 0 0.12 299.02 0.75 0.52
Hex DD 29 E0 1 52 0 C 12B 4B 34
Octal 335 51 340 1 122 0 14 453 113 64
Binary 11011101 101001 11100000 1 1010010 0 1100 100101011 1001011 110100

Color Harmonies of #DD29E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29E0

Black with #DD29E0

Text Example


Text Example

White with #DD29E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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