Html Css Color HEX #DD28D4 Razzle Dazzle Rose

📋 copy color: '#DD28D4'

red 221 ◦ green 40 ◦ blue 212

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

Shades of Razzle Dazzle Rose #DD28D4

Tints of Razzle Dazzle Rose #DD28D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.82%

R = 46.72%
G = 8.46%
B = 44.82%

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

#DD28D4 (or 0xDD28D4) is known color: Razzle Dazzle Rose. HEX triplet: DD, 28 and D4. RGB value is (221,40,212). Sum of RGB (Red+Green+Blue) = 221+40+212=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28D4 is #22D72B. Grayscale: #717171. Windows color (decimal): -2283308 or 13904093. OLE color: 13904093.

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

Color convert

RGB 221 40 212 -
CMYK 0 0.82 0.04 0.13
HSL 302.98º 0.73% 0.51% -
HSV(B) 302.98º 0.82% 0.87% -
XYZ 42.46 21.64 64.23 -
YUV 113.73 183.47 204.51 -
System Red Green Blue C M Y K H S L
Decimal 221 40 212 0 0.82 0.04 0.13 302.98 0.73 0.51
Hex DD 28 D4 0 52 4 D 12F 49 33
Octal 335 50 324 0 122 4 15 457 111 63
Binary 11011101 101000 11010100 0 1010010 100 1101 100101111 1001001 110011

Color Harmonies of #DD28D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28D4

Black with #DD28D4

Text Example


Text Example

White with #DD28D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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