Html Css Color HEX #DD28DF Razzle Dazzle Rose

📋 copy color: '#DD28DF'

red 221 ◦ green 40 ◦ blue 223

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

Shades of Razzle Dazzle Rose #DD28DF

Tints of Razzle Dazzle Rose #DD28DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 45.66%
G = 8.26%
B = 46.07%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD28DF (or 0xDD28DF) is known color: Razzle Dazzle Rose. HEX triplet: DD, 28 and DF. RGB value is (221,40,223). Sum of RGB (Red+Green+Blue) = 221+40+223=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD28DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28DF is #22D720. Grayscale: #727272. Windows color (decimal): -2283297 or 14624989. OLE color: 14624989.

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

Color convert

RGB 221 40 223 -
CMYK 0.01 0.82 0 0.13
HSL 299.34º 0.74% 0.52% -
HSV(B) 299.34º 0.82% 0.87% -
XYZ 43.9 22.22 71.79 -
YUV 114.98 188.97 203.62 -
System Red Green Blue C M Y K H S L
Decimal 221 40 223 0.01 0.82 0 0.13 299.34 0.74 0.52
Hex DD 28 DF 1 52 0 D 12B 4A 34
Octal 335 50 337 1 122 0 15 453 112 64
Binary 11011101 101000 11011111 1 1010010 0 1101 100101011 1001010 110100

Color Harmonies of #DD28DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28DF

Black with #DD28DF

Text Example


Text Example

White with #DD28DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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