#DB35C3

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

Shades of Razzle Dazzle Rose #DB35C3

Tints of Razzle Dazzle Rose #DB35C3

Color information

#DB35C3 (or 0xDB35C3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DB, 35 and C3. RGB value is (219,53,195). Sum of RGB (Red+Green+Blue) = 219+53+195=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB35C3 is #24CA3C. Grayscale: #767676. Windows color (decimal): -2411069 or 12793307. OLE color: 12793307.

HSL color Cylindrical-coordinate representation of color #DB35C3: hue angle of 308.67º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB35C3 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB21953195-
CMYK00.760.110.14
HSL308.67º69.75%53.33%-
HSV(B)308.67º75.8%85.88%-
XYZ40.3421.5553.66-
YUV118.82171199.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.90%
GREEN value IS 53 (21.09% from 255) = 11.35%
BLUE value IS 195 (76.56% from 255) = 41.76%
R=46.90%
G=11.35%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195319500.760.110.14308.6769.7553.33
HexDB35C304CBE1354635
Octal333653030114131646510665
Binary110110111101011100001101001100101111101001101011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB35C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB35C3; }

 p { color: rgb(219,53,195); }

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

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

 a { background-color: rgb(219,53,195); }

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

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

 span { border-color: rgb(219,53,195); }

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