Html Css Color HEX #DD28DB Razzle Dazzle Rose

📋 copy color: '#DD28DB'

red 221 ◦ green 40 ◦ blue 219

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

Shades of Razzle Dazzle Rose #DD28DB

Tints of Razzle Dazzle Rose #DD28DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 46.04%
G = 8.33%
B = 45.63%

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

#DD28DB (or 0xDD28DB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 28 and DB. RGB value is (221,40,219). Sum of RGB (Red+Green+Blue) = 221+40+219=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28DB is #22D724. Grayscale: #717171. Windows color (decimal): -2283301 or 14362845. OLE color: 14362845.

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

Color convert

RGB 221 40 219 -
CMYK 0 0.82 0.01 0.13
HSL 300.66º 0.73% 0.51% -
HSV(B) 300.66º 0.82% 0.87% -
XYZ 43.36 22 68.98 -
YUV 114.53 186.97 203.95 -
System Red Green Blue C M Y K H S L
Decimal 221 40 219 0 0.82 0.01 0.13 300.66 0.73 0.51
Hex DD 28 DB 0 52 1 D 12D 49 33
Octal 335 50 333 0 122 1 15 455 111 63
Binary 11011101 101000 11011011 0 1010010 1 1101 100101101 1001001 110011

Color Harmonies of #DD28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28DB

Black with #DD28DB

Text Example


Text Example

White with #DD28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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