Html Css Color HEX #DB7ABC Persian Pink

📋 copy color: '#DB7ABC'

red 219 ◦ green 122 ◦ blue 188

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

Shades of Persian Pink #DB7ABC

Tints of Persian Pink #DB7ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.54%

R = 41.4%
G = 23.06%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB7ABC (or 0xDB7ABC) is known color: Persian Pink. HEX triplet: DB, 7A and BC. RGB value is (219,122,188). Sum of RGB (Red+Green+Blue) = 219+122+188=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ABC is #248543. Grayscale: #9E9E9E. Windows color (decimal): -2393412 or 12352219. OLE color: 12352219.

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

Color convert

RGB 219 122 188 -
CMYK 0 0.44 0.14 0.14
HSL 319.18º 0.57% 0.67% -
HSV(B) 319.18º 0.44% 0.86% -
XYZ 45.25 32.61 51.49 -
YUV 158.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 219 122 188 0 0.44 0.14 0.14 319.18 0.57 0.67
Hex DB 7A BC 0 2C E E 13F 39 43
Octal 333 172 274 0 54 16 16 477 71 103
Binary 11011011 1111010 10111100 0 101100 1110 1110 100111111 111001 1000011

Color Harmonies of #DB7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7ABC

Black with #DB7ABC

Text Example


Text Example

White with #DB7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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