#D931BD

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

Shades of Razzle Dazzle Rose #D931BD

Tints of Razzle Dazzle Rose #D931BD

Color information

#D931BD (or 0xD931BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D9, 31 and BD. RGB value is (217,49,189). Sum of RGB (Red+Green+Blue) = 217+49+189=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D931BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D931BD is #26CE42. Grayscale: #727272. Windows color (decimal): -2543171 or 12399065. OLE color: 12399065.

HSL color Cylindrical-coordinate representation of color #D931BD: hue angle of 310º degrees, saturation: 0.69, 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 #D931BD is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB21749189-
CMYK00.770.130.15
HSL310º68.85%52.16%-
HSV(B)310º77.42%85.1%-
XYZ38.920.6250.07-
YUV115.19169.66200.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.69%
GREEN value IS 49 (19.53% from 255) = 10.77%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=47.69%
G=10.77%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2174918900.770.130.1531068.8552.16
HexD931BD04DDF1364534
Octal331612750115151746610564
Binary110110011100011011110101001101110111111001101101000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D931BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D931BD; }

 p { color: rgb(217,49,189); }

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

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

 a { background-color: rgb(217,49,189); }

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

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

 span { border-color: rgb(217,49,189); }

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