#D935BE

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

Shades of Razzle Dazzle Rose #D935BE

Tints of Razzle Dazzle Rose #D935BE

Color information

#D935BE (or 0xD935BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D9, 35 and BE. RGB value is (217,53,190). Sum of RGB (Red+Green+Blue) = 217+53+190=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D935BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D935BE is #26CA41. Grayscale: #757575. Windows color (decimal): -2542146 or 12465625. OLE color: 12465625.

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

Color convert

RGB21753190-
CMYK00.760.120.15
HSL309.88º68.33%52.94%-
HSV(B)309.88º75.58%85.1%-
XYZ39.1821.0250.71-
YUV117.65168.83198.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.17%
GREEN value IS 53 (21.09% from 255) = 11.52%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=47.17%
G=11.52%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175319000.760.120.15309.8868.3352.94
HexD935BE04CCF1364435
Octal331652760114141746610465
Binary110110011101011011111001001100110011111001101101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D935BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D935BE; }

 p { color: rgb(217,53,190); }

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

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

 a { background-color: rgb(217,53,190); }

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

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

 span { border-color: rgb(217,53,190); }

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