#DB38B1

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

Shades of Persian Rose #DB38B1

Tints of Persian Rose #DB38B1

Color information

#DB38B1 (or 0xDB38B1) is unknown color: approx Persian Rose. HEX triplet: DB, 38 and B1. RGB value is (219,56,177). Sum of RGB (Red+Green+Blue) = 219+56+177=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB38B1 is #24C74E. Grayscale: #767676. Windows color (decimal): -2410319 or 11614427. OLE color: 11614427.

HSL color Cylindrical-coordinate representation of color #DB38B1: hue angle of 315.46º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB38B1 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB21956177-
CMYK00.740.190.14
HSL315.46º69.36%53.92%-
HSV(B)315.46º74.43%85.88%-
XYZ38.5621.0643.63-
YUV118.53161199.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.45%
GREEN value IS 56 (22.27% from 255) = 12.39%
BLUE value IS 177 (69.53% from 255) = 39.16%
R=48.45%
G=12.39%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195617700.740.190.14315.4669.3653.92
HexDB38B104A13E13b4536
Octal333702610112231647310566
Binary1101101111100010110001010010101001111101001110111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB38B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB38B1; }

 p { color: rgb(219,56,177); }

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

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

 a { background-color: rgb(219,56,177); }

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

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

 span { border-color: rgb(219,56,177); }

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