Html Css Color HEX #DD3BB2 Razzle Dazzle Rose

📋 copy color: '#DD3BB2'

red 221 ◦ green 59 ◦ blue 178

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

Shades of Razzle Dazzle Rose #DD3BB2

Tints of Razzle Dazzle Rose #DD3BB2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.88%

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

R = 48.25%
G = 12.88%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD3BB2 (or 0xDD3BB2) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3B and B2. RGB value is (221,59,178). Sum of RGB (Red+Green+Blue) = 221+59+178=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3BB2 is #22C44D. Grayscale: #787878. Windows color (decimal): -2278478 or 11680733. OLE color: 11680733.

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

Color convert

RGB 221 59 178 -
CMYK 0 0.73 0.19 0.13
HSL 315.93º 0.7% 0.55% -
HSV(B) 315.93º 0.73% 0.87% -
XYZ 39.42 21.71 44.23 -
YUV 121 160.17 199.32 -
System Red Green Blue C M Y K H S L
Decimal 221 59 178 0 0.73 0.19 0.13 315.93 0.7 0.55
Hex DD 3B B2 0 49 13 D 13C 46 37
Octal 335 73 262 0 111 23 15 474 106 67
Binary 11011101 111011 10110010 0 1001001 10011 1101 100111100 1000110 110111

Color Harmonies of #DD3BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3BB2

Black with #DD3BB2

Text Example


Text Example

White with #DD3BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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