#D832B7

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

Shades of Razzle Dazzle Rose #D832B7

Tints of Razzle Dazzle Rose #D832B7

Color information

#D832B7 (or 0xD832B7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D8, 32 and B7. RGB value is (216,50,183). Sum of RGB (Red+Green+Blue) = 216+50+183=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D832B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D832B7 is #27CD48. Grayscale: #727272. Windows color (decimal): -2608457 or 12006104. OLE color: 12006104.

HSL color Cylindrical-coordinate representation of color #D832B7: hue angle of 311.93º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D832B7 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB21650183-
CMYK00.770.150.15
HSL311.93º68.03%52.16%-
HSV(B)311.93º76.85%84.71%-
XYZ38.0120.346.71-
YUV114.8166.5200.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.11%
GREEN value IS 50 (19.92% from 255) = 11.14%
BLUE value IS 183 (71.88% from 255) = 40.76%
R=48.11%
G=11.14%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2165018300.770.150.15311.9368.0352.16
HexD832B704DFF1384434
Octal330622670115171747010464
Binary110110001100101011011101001101111111111001110001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D832B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D832B7; }

 p { color: rgb(216,50,183); }

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

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

 a { background-color: rgb(216,50,183); }

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

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

 span { border-color: rgb(216,50,183); }

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