#dd26cd

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

Shades of Razzle Dazzle Rose #DD26CD

Tints of Razzle Dazzle Rose #DD26CD

Color information

#DD26CD (or 0xDD26CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 26 and CD. RGB value is (221,38,205). Sum of RGB (Red+Green+Blue) = 221+38+205=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 38 (15.23% from 255 or 8.19% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD26CD is #22D932. Grayscale: #6F6F6F. Windows color (decimal): -2283827 or 13444829. OLE color: 13444829.

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

Color convert

RGB22138205-
CMYK00.830.070.13
HSL305.25º72.91%50.78%-
HSV(B)305.25º82.81%86.67%-
XYZ41.5321.1759.65-
YUV111.76180.63205.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.63%
GREEN value IS 38 (15.23% from 255) = 8.19%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=47.63%
G=8.19%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213820500.830.070.13305.2572.9150.78
HexDD26CD0537D1314933
Octal33546315012371546111163
Binary11011101100110110011010101001111111011001100011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd26cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd26cd; }

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

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

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

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

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

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

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

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