Html Css Color HEX #DD3DB2 Razzle Dazzle Rose

📋 copy color: '#DD3DB2'

red 221 ◦ green 61 ◦ blue 178

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

Shades of Razzle Dazzle Rose #DD3DB2

Tints of Razzle Dazzle Rose #DD3DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.7%

R = 48.04%
G = 13.26%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD3DB2 (or 0xDD3DB2) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3D and B2. RGB value is (221,61,178). Sum of RGB (Red+Green+Blue) = 221+61+178=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3DB2 is #22C24D. Grayscale: #797979. Windows color (decimal): -2277966 or 11681245. OLE color: 11681245.

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

Color convert

RGB 221 61 178 -
CMYK 0 0.72 0.19 0.13
HSL 316.13º 0.7% 0.55% -
HSV(B) 316.13º 0.72% 0.87% -
XYZ 39.52 21.92 44.27 -
YUV 122.18 159.51 198.49 -
System Red Green Blue C M Y K H S L
Decimal 221 61 178 0 0.72 0.19 0.13 316.13 0.7 0.55
Hex DD 3D B2 0 48 13 D 13C 46 37
Octal 335 75 262 0 110 23 15 474 106 67
Binary 11011101 111101 10110010 0 1001000 10011 1101 100111100 1000110 110111

Color Harmonies of #DD3DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3DB2

Black with #DD3DB2

Text Example


Text Example

White with #DD3DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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