#dd3ac6

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

Shades of Razzle Dazzle Rose #DD3AC6

Tints of Razzle Dazzle Rose #DD3AC6

Color information

#DD3AC6 (or 0xDD3AC6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 3A and C6. RGB value is (221,58,198). Sum of RGB (Red+Green+Blue) = 221+58+198=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3AC6 is #22C539. Grayscale: #7A7A7A. Windows color (decimal): -2278714 or 12991197. OLE color: 12991197.

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

Color convert

RGB22158198-
CMYK00.740.100.13
HSL308.47º70.56%54.71%-
HSV(B)308.47º73.76%86.67%-
XYZ41.5222.4855.58-
YUV122.7170.5198.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.33%
GREEN value IS 58 (23.05% from 255) = 12.16%
BLUE value IS 198 (77.73% from 255) = 41.51%
R=46.33%
G=12.16%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215819800.740.100.13308.4770.5654.71
HexDD3AC604AAD1344737
Octal335723060112121546410767
Binary110111011110101100011001001010101011011001101001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd3ac6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd3ac6; }

 p { color: rgb(221,58,198); }

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

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

 a { background-color: rgb(221,58,198); }

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

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

 span { border-color: rgb(221,58,198); }

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