#DB70B4

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

Shades of Persian Pink #DB70B4

Tints of Persian Pink #DB70B4

Color information

#DB70B4 (or 0xDB70B4) is unknown color: approx Persian Pink. HEX triplet: DB, 70 and B4. RGB value is (219,112,180). Sum of RGB (Red+Green+Blue) = 219+112+180=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70B4 is #248F4B. Grayscale: #979797. Windows color (decimal): -2395980 or 11825371. OLE color: 11825371.

HSL color Cylindrical-coordinate representation of color #DB70B4: hue angle of 321.87º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB70B4 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB219112180-
CMYK00.490.180.14
HSL321.87º59.78%64.9%-
HSV(B)321.87º48.86%85.88%-
XYZ43.2529.9446.68-
YUV151.74143.95175.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.86%
GREEN value IS 112 (44.14% from 255) = 21.92%
BLUE value IS 180 (70.70% from 255) = 35.23%
R=42.86%
G=21.92%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911218000.490.180.14321.8759.7864.9
HexDB70B403112E1423c41
Octal333160264061221650274101
Binary1101101111100001011010001100011001011101010000101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB70B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB70B4; }

 p { color: rgb(219,112,180); }

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

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

 a { background-color: rgb(219,112,180); }

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

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

 span { border-color: rgb(219,112,180); }

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