#D935C8

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

Shades of Razzle Dazzle Rose #D935C8

Tints of Razzle Dazzle Rose #D935C8

Color information

#D935C8 (or 0xD935C8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D9, 35 and C8. RGB value is (217,53,200). Sum of RGB (Red+Green+Blue) = 217+53+200=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D935C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D935C8 is #26CA37. Grayscale: #767676. Windows color (decimal): -2542136 or 13120985. OLE color: 13120985.

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

Color convert

RGB21753200-
CMYK00.760.080.15
HSL306.22º68.33%52.94%-
HSV(B)306.22º75.58%85.1%-
XYZ40.3121.4756.66-
YUV118.79173.83198.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.17%
GREEN value IS 53 (21.09% from 255) = 11.28%
BLUE value IS 200 (78.52% from 255) = 42.55%
R=46.17%
G=11.28%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175320000.760.080.15306.2268.3352.94
HexD935C804C8F1324435
Octal331653100114101746210465
Binary110110011101011100100001001100100011111001100101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D935C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D935C8; }

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

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

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

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

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

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

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

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