#DD26D5

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

Shades of Razzle Dazzle Rose #DD26D5

Tints of Razzle Dazzle Rose #DD26D5

Color information

#DD26D5 (or 0xDD26D5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 26 and D5. RGB value is (221,38,213). Sum of RGB (Red+Green+Blue) = 221+38+213=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD26D5 is #22D92A. Grayscale: #707070. Windows color (decimal): -2283819 or 13969117. OLE color: 13969117.

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

Color convert

RGB22138213-
CMYK00.830.040.13
HSL302.62º72.91%50.78%-
HSV(B)302.62º82.81%86.67%-
XYZ42.5221.5664.87-
YUV112.67184.63205.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 38 (15.23% from 255) = 8.05%
BLUE value IS 213 (83.59% from 255) = 45.13%
R=46.82%
G=8.05%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213821300.830.040.13302.6272.9150.78
HexDD26D50534D12f4933
Octal33546325012341545711163
Binary11011101100110110101010101001110011011001011111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD26D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD26D5; }

 p { color: rgb(221,38,213); }

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

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

 a { background-color: rgb(221,38,213); }

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

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

 span { border-color: rgb(221,38,213); }

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