Html Css Color HEX #DB7ABE Persian Pink

📋 copy color: '#DB7ABE'

red 219 ◦ green 122 ◦ blue 190

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

Shades of Persian Pink #DB7ABE

Tints of Persian Pink #DB7ABE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.98%

 BLUE value IS 190 (74.61% from 255) = 35.78%

R = 41.24%
G = 22.98%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB7ABE (or 0xDB7ABE) is known color: Persian Pink. HEX triplet: DB, 7A and BE. RGB value is (219,122,190). Sum of RGB (Red+Green+Blue) = 219+122+190=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ABE is #248541. Grayscale: #9E9E9E. Windows color (decimal): -2393410 or 12483291. OLE color: 12483291.

HSL color Cylindrical-coordinate representation of color #DB7ABE: hue angle of 317.94º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7ABE is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 122 190 -
CMYK 0 0.44 0.13 0.14
HSL 317.94º 0.57% 0.67% -
HSV(B) 317.94º 0.44% 0.86% -
XYZ 45.47 32.7 52.63 -
YUV 158.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 219 122 190 0 0.44 0.13 0.14 317.94 0.57 0.67
Hex DB 7A BE 0 2C D E 13E 39 43
Octal 333 172 276 0 54 15 16 476 71 103
Binary 11011011 1111010 10111110 0 101100 1101 1110 100111110 111001 1000011

Color Harmonies of #DB7ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7ABE

Black with #DB7ABE

Text Example


Text Example

White with #DB7ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7ABE; }

 p { color: rgb(219,122,190); }

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

background-color css

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

 a { background-color: rgb(219,122,190); }

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

border-color css

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

 span { border-color: rgb(219,122,190); }

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