Html Css Color HEX #DD28DA Razzle Dazzle Rose

📋 copy color: '#DD28DA'

red 221 ◦ green 40 ◦ blue 218

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

Shades of Razzle Dazzle Rose #DD28DA

Tints of Razzle Dazzle Rose #DD28DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 46.14%
G = 8.35%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD28DA (or 0xDD28DA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 28 and DA. RGB value is (221,40,218). Sum of RGB (Red+Green+Blue) = 221+40+218=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28DA is #22D725. Grayscale: #717171. Windows color (decimal): -2283302 or 14297309. OLE color: 14297309.

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

Color convert

RGB 221 40 218 -
CMYK 0 0.82 0.01 0.13
HSL 300.99º 0.73% 0.51% -
HSV(B) 300.99º 0.82% 0.87% -
XYZ 43.23 21.95 68.29 -
YUV 114.41 186.47 204.03 -
System Red Green Blue C M Y K H S L
Decimal 221 40 218 0 0.82 0.01 0.13 300.99 0.73 0.51
Hex DD 28 DA 0 52 1 D 12D 49 33
Octal 335 50 332 0 122 1 15 455 111 63
Binary 11011101 101000 11011010 0 1010010 1 1101 100101101 1001001 110011

Color Harmonies of #DD28DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28DA

Black with #DD28DA

Text Example


Text Example

White with #DD28DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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