#DD34BF

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

Shades of Razzle Dazzle Rose #DD34BF

Tints of Razzle Dazzle Rose #DD34BF

Color information

#DD34BF (or 0xDD34BF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 34 and BF. RGB value is (221,52,191). Sum of RGB (Red+Green+Blue) = 221+52+191=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34BF is #22CB40. Grayscale: #757575. Windows color (decimal): -2280257 or 12530909. OLE color: 12530909.

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

Color convert

RGB22152191-
CMYK00.760.140.13
HSL310.65º71.31%53.53%-
HSV(B)310.65º76.47%86.67%-
XYZ40.4521.5951.33-
YUV118.38168.99201.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.63%
GREEN value IS 52 (20.70% from 255) = 11.21%
BLUE value IS 191 (75% from 255) = 41.16%
R=47.63%
G=11.21%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215219100.760.140.13310.6571.3153.53
HexDD34BF04CED1374736
Octal335642770114161546710766
Binary110111011101001011111101001100111011011001101111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD34BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD34BF; }

 p { color: rgb(221,52,191); }

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

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

 a { background-color: rgb(221,52,191); }

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

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

 span { border-color: rgb(221,52,191); }

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