#DD34B5

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

Shades of Razzle Dazzle Rose #DD34B5

Tints of Razzle Dazzle Rose #DD34B5

Color information

#DD34B5 (or 0xDD34B5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 34 and B5. RGB value is (221,52,181). Sum of RGB (Red+Green+Blue) = 221+52+181=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34B5 is #22CB4A. Grayscale: #747474. Windows color (decimal): -2280267 or 11875549. OLE color: 11875549.

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

Color convert

RGB22152181-
CMYK00.760.180.13
HSL314.2º71.31%53.53%-
HSV(B)314.2º76.47%86.67%-
XYZ39.3921.1645.73-
YUV117.24163.99202.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 52 (20.70% from 255) = 11.45%
BLUE value IS 181 (71.09% from 255) = 39.87%
R=48.68%
G=11.45%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215218100.760.180.13314.271.3153.53
HexDD34B504C12D13a4736
Octal335642650114221547210766
Binary1101110111010010110101010011001001011011001110101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD34B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD34B5; }

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

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

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

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

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

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

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

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