Html Css Color HEX #DB70BA Persian Pink

📋 copy color: '#DB70BA'

red 219 ◦ green 112 ◦ blue 186

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

Shades of Persian Pink #DB70BA

Tints of Persian Pink #DB70BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.98%

R = 42.36%
G = 21.66%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB70BA (or 0xDB70BA) is known color: Persian Pink. HEX triplet: DB, 70 and BA. RGB value is (219,112,186). Sum of RGB (Red+Green+Blue) = 219+112+186=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70BA is #248F45. Grayscale: #989898. Windows color (decimal): -2395974 or 12218587. OLE color: 12218587.

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

Color convert

RGB 219 112 186 -
CMYK 0 0.49 0.15 0.14
HSL 318.5º 0.6% 0.65% -
HSV(B) 318.5º 0.49% 0.86% -
XYZ 43.87 30.19 49.97 -
YUV 152.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 219 112 186 0 0.49 0.15 0.14 318.5 0.6 0.65
Hex DB 70 BA 0 31 F E 13F 3C 41
Octal 333 160 272 0 61 17 16 477 74 101
Binary 11011011 1110000 10111010 0 110001 1111 1110 100111111 111100 1000001

Color Harmonies of #DB70BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB70BA

Black with #DB70BA

Text Example


Text Example

White with #DB70BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB70BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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