Html Css Color HEX #DD3DB9 Razzle Dazzle Rose

📋 copy color: '#DD3DB9'

red 221 ◦ green 61 ◦ blue 185

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

Shades of Razzle Dazzle Rose #DD3DB9

Tints of Razzle Dazzle Rose #DD3DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.06%

 BLUE value IS 185 (72.66% from 255) = 39.61%

R = 47.32%
G = 13.06%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD3DB9 (or 0xDD3DB9) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3D and B9. RGB value is (221,61,185). Sum of RGB (Red+Green+Blue) = 221+61+185=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3DB9 is #22C246. Grayscale: #7A7A7A. Windows color (decimal): -2277959 or 12139997. OLE color: 12139997.

HSL color Cylindrical-coordinate representation of color #DD3DB9: hue angle of 313.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3DB9 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 61 185 -
CMYK 0 0.72 0.16 0.13
HSL 313.5º 0.7% 0.55% -
HSV(B) 313.5º 0.72% 0.87% -
XYZ 40.24 22.21 48.07 -
YUV 122.98 163.01 197.92 -
System Red Green Blue C M Y K H S L
Decimal 221 61 185 0 0.72 0.16 0.13 313.5 0.7 0.55
Hex DD 3D B9 0 48 10 D 13A 46 37
Octal 335 75 271 0 110 20 15 472 106 67
Binary 11011101 111101 10111001 0 1001000 10000 1101 100111010 1000110 110111

Color Harmonies of #DD3DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3DB9

Black with #DD3DB9

Text Example


Text Example

White with #DD3DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3DB9; }

 p { color: rgb(221,61,185); }

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

background-color css

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

 a { background-color: rgb(221,61,185); }

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

border-color css

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

 span { border-color: rgb(221,61,185); }

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