Html Css Color HEX #DD2DDB Razzle Dazzle Rose

📋 copy color: '#DD2DDB'

red 221 ◦ green 45 ◦ blue 219

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

Shades of Razzle Dazzle Rose #DD2DDB

Tints of Razzle Dazzle Rose #DD2DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.28%

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

R = 45.57%
G = 9.28%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD2DDB (or 0xDD2DDB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2D and DB. RGB value is (221,45,219). Sum of RGB (Red+Green+Blue) = 221+45+219=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 45 (17.97% from 255 or 9.28% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2DDB is #22D224. Grayscale: #747474. Windows color (decimal): -2282021 or 14364125. OLE color: 14364125.

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

Color convert

RGB 221 45 219 -
CMYK 0 0.80 0.01 0.13
HSL 300.68º 0.72% 0.52% -
HSV(B) 300.68º 0.8% 0.87% -
XYZ 43.54 22.36 69.04 -
YUV 117.46 185.31 201.85 -
System Red Green Blue C M Y K H S L
Decimal 221 45 219 0 0.80 0.01 0.13 300.68 0.72 0.52
Hex DD 2D DB 0 50 1 D 12D 48 34
Octal 335 55 333 0 120 1 15 455 110 64
Binary 11011101 101101 11011011 0 1010000 1 1101 100101101 1001000 110100

Color Harmonies of #DD2DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2DDB

Black with #DD2DDB

Text Example


Text Example

White with #DD2DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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