#D828BB

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

Shades of Razzle Dazzle Rose #D828BB

Tints of Razzle Dazzle Rose #D828BB

Color information

#D828BB (or 0xD828BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D8, 28 and BB. RGB value is (216,40,187). Sum of RGB (Red+Green+Blue) = 216+40+187=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D828BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D828BB is #27D744. Grayscale: #6C6C6C. Windows color (decimal): -2611013 or 12265688. OLE color: 12265688.

HSL color Cylindrical-coordinate representation of color #D828BB: hue angle of 309.89º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D828BB is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB21640187-
CMYK00.810.130.15
HSL309.89º69.29%50.2%-
HSV(B)309.89º81.48%84.71%-
XYZ38.0519.748.81-
YUV109.38171.81204.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.76%
GREEN value IS 40 (16.02% from 255) = 9.03%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=48.76%
G=9.03%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2164018700.810.130.15309.8969.2950.2
HexD828BB051DF1364532
Octal330502730121151746610562
Binary110110001010001011101101010001110111111001101101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D828BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D828BB; }

 p { color: rgb(216,40,187); }

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

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

 a { background-color: rgb(216,40,187); }

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

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

 span { border-color: rgb(216,40,187); }

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