#DD2BC7

Color #DD2BC7 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DD2BC7

Tints of Razzle Dazzle Rose #DD2BC7

Color information

#DD2BC7 (or 0xDD2BC7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 2B and C7. RGB value is (221,43,199). Sum of RGB (Red+Green+Blue) = 221+43+199=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2BC7 is #22D438. Grayscale: #717171. Windows color (decimal): -2282553 or 13052893. OLE color: 13052893.

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

Color convert

RGB22143199-
CMYK00.810.100.13
HSL307.42º72.36%51.76%-
HSV(B)307.42º80.54%86.67%-
XYZ40.9921.2255.97-
YUV114.01175.97204.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 43 (17.19% from 255) = 9.29%
BLUE value IS 199 (78.12% from 255) = 42.98%
R=47.73%
G=9.29%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214319900.810.100.13307.4272.3651.76
HexDD2BC7051AD1334834
Octal335533070121121546311064
Binary110111011010111100011101010001101011011001100111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2BC7; }

 p { color: rgb(221,43,199); }

 H1.HeaderClassName
 {
   color: #DD2BC7;
 }
 .AnyTagClassName
 {
   color: #DD2BC7;
 }
</style>
background-color css

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

 a { background-color: rgb(221,43,199); }

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

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

 span { border-color: rgb(221,43,199); }

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