#D935C7

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

Shades of Razzle Dazzle Rose #D935C7

Tints of Razzle Dazzle Rose #D935C7

Color information

#D935C7 (or 0xD935C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D9, 35 and C7. RGB value is (217,53,199). Sum of RGB (Red+Green+Blue) = 217+53+199=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D935C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D935C7 is #26CA38. Grayscale: #767676. Windows color (decimal): -2542137 or 13055449. OLE color: 13055449.

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

Color convert

RGB21753199-
CMYK00.760.080.15
HSL306.59º68.33%52.94%-
HSV(B)306.59º75.58%85.1%-
XYZ40.221.4256.05-
YUV118.68173.33198.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.27%
GREEN value IS 53 (21.09% from 255) = 11.30%
BLUE value IS 199 (78.12% from 255) = 42.43%
R=46.27%
G=11.30%
B=42.43%

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
Decimal2175319900.760.080.15306.5968.3352.94
HexD935C704C8F1334435
Octal331653070114101746310465
Binary110110011101011100011101001100100011111001100111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D935C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D935C7; }

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

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

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

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

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

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

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

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