Html Css Color HEX #DB70B0 Persian Pink

📋 copy color: '#DB70B0'

red 219 ◦ green 112 ◦ blue 176

#DB70B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #DB70B0

Tints of Persian Pink #DB70B0

RGB

 RED value IS 219 (85.94% from 255) = 43.2%

 GREEN value IS 112 (44.14% from 255) = 22.09%

 BLUE value IS 176 (69.14% from 255) = 34.71%

R = 43.2%
G = 22.09%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB70B0 (or 0xDB70B0) is known color: Persian Pink. HEX triplet: DB, 70 and B0. RGB value is (219,112,176). Sum of RGB (Red+Green+Blue) = 219+112+176=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB70B0 is #248F4F. Grayscale: #979797. Windows color (decimal): -2395984 or 11563227. OLE color: 11563227.

HSL color Cylindrical-coordinate representation of color #DB70B0: hue angle of 324.11º 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 #DB70B0 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 112 176 -
CMYK 0 0.49 0.20 0.14
HSL 324.11º 0.6% 0.65% -
HSV(B) 324.11º 0.49% 0.86% -
XYZ 42.84 29.78 44.56 -
YUV 151.29 141.95 176.3 -
System Red Green Blue C M Y K H S L
Decimal 219 112 176 0 0.49 0.20 0.14 324.11 0.6 0.65
Hex DB 70 B0 0 31 14 E 144 3C 41
Octal 333 160 260 0 61 24 16 504 74 101
Binary 11011011 1110000 10110000 0 110001 10100 1110 101000100 111100 1000001

Color Harmonies of #DB70B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB70B0

Black with #DB70B0

Text Example


Text Example

White with #DB70B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB70B0; }

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

 H1.HeaderClassName
 {
   color: #DB70B0;
 }
 .AnyTagClassName
 {
   color: #DB70B0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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