#DB26CE

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

Shades of Razzle Dazzle Rose #DB26CE

Tints of Razzle Dazzle Rose #DB26CE

Color information

#DB26CE (or 0xDB26CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DB, 26 and CE. RGB value is (219,38,206). Sum of RGB (Red+Green+Blue) = 219+38+206=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 38 (15.23% from 255 or 8.21% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26CE is #24D931. Grayscale: #6E6E6E. Windows color (decimal): -2414898 or 13510363. OLE color: 13510363.

HSL color Cylindrical-coordinate representation of color #DB26CE: hue angle of 304.31º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB26CE is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB21938206-
CMYK00.830.060.14
HSL304.31º71.54%50.39%-
HSV(B)304.31º82.65%85.88%-
XYZ41.0520.960.26-
YUV111.27181.47204.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.30%
GREEN value IS 38 (15.23% from 255) = 8.21%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=47.30%
G=8.21%
B=44.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2193820600.830.060.14304.3171.5450.39
HexDB26CE0536E1304832
Octal33346316012361646011062
Binary11011011100110110011100101001111011101001100001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB26CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB26CE; }

 p { color: rgb(219,38,206); }

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

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

 a { background-color: rgb(219,38,206); }

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

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

 span { border-color: rgb(219,38,206); }

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