#DD38BE

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

Shades of Razzle Dazzle Rose #DD38BE

Tints of Razzle Dazzle Rose #DD38BE

Color information

#DD38BE (or 0xDD38BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 38 and BE. RGB value is (221,56,190). Sum of RGB (Red+Green+Blue) = 221+56+190=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38BE is #22C741. Grayscale: #787878. Windows color (decimal): -2279234 or 12466397. OLE color: 12466397.

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

Color convert

RGB22156190-
CMYK00.750.140.13
HSL311.27º70.82%54.31%-
HSV(B)311.27º74.66%86.67%-
XYZ40.5321.9250.81-
YUV120.61167.16199.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 56 (22.27% from 255) = 11.99%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=47.32%
G=11.99%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215619000.750.140.13311.2770.8254.31
HexDD38BE04BED1374736
Octal335702760113161546710766
Binary110111011110001011111001001011111011011001101111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD38BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD38BE; }

 p { color: rgb(221,56,190); }

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

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

 a { background-color: rgb(221,56,190); }

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

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

 span { border-color: rgb(221,56,190); }

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