Html Css Color HEX #DD28D5 Razzle Dazzle Rose

📋 copy color: '#DD28D5'

red 221 ◦ green 40 ◦ blue 213

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

Shades of Razzle Dazzle Rose #DD28D5

Tints of Razzle Dazzle Rose #DD28D5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.44%

 BLUE value IS 213 (83.59% from 255) = 44.94%

R = 46.62%
G = 8.44%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD28D5 (or 0xDD28D5) is known color: Razzle Dazzle Rose. HEX triplet: DD, 28 and D5. RGB value is (221,40,213). Sum of RGB (Red+Green+Blue) = 221+40+213=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28D5 is #22D72A. Grayscale: #717171. Windows color (decimal): -2283307 or 13969629. OLE color: 13969629.

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

Color convert

RGB 221 40 213 -
CMYK 0 0.82 0.04 0.13
HSL 302.65º 0.73% 0.51% -
HSV(B) 302.65º 0.82% 0.87% -
XYZ 42.59 21.69 64.89 -
YUV 113.84 183.97 204.43 -
System Red Green Blue C M Y K H S L
Decimal 221 40 213 0 0.82 0.04 0.13 302.65 0.73 0.51
Hex DD 28 D5 0 52 4 D 12F 49 33
Octal 335 50 325 0 122 4 15 457 111 63
Binary 11011101 101000 11010101 0 1010010 100 1101 100101111 1001001 110011

Color Harmonies of #DD28D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28D5

Black with #DD28D5

Text Example


Text Example

White with #DD28D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28D5; }

 p { color: rgb(221,40,213); }

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

background-color css

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

 a { background-color: rgb(221,40,213); }

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

border-color css

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

 span { border-color: rgb(221,40,213); }

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