Html Css Color HEX #DB7ABB Persian Pink

📋 copy color: '#DB7ABB'

red 219 ◦ green 122 ◦ blue 187

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

Shades of Persian Pink #DB7ABB

Tints of Persian Pink #DB7ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.42%

R = 41.48%
G = 23.11%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB7ABB (or 0xDB7ABB) is known color: Persian Pink. HEX triplet: DB, 7A and BB. RGB value is (219,122,187). Sum of RGB (Red+Green+Blue) = 219+122+187=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ABB is #248544. Grayscale: #9E9E9E. Windows color (decimal): -2393413 or 12286683. OLE color: 12286683.

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

Color convert

RGB 219 122 187 -
CMYK 0 0.44 0.15 0.14
HSL 319.79º 0.57% 0.67% -
HSV(B) 319.79º 0.44% 0.86% -
XYZ 45.14 32.57 50.92 -
YUV 158.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 219 122 187 0 0.44 0.15 0.14 319.79 0.57 0.67
Hex DB 7A BB 0 2C F E 140 39 43
Octal 333 172 273 0 54 17 16 500 71 103
Binary 11011011 1111010 10111011 0 101100 1111 1110 101000000 111001 1000011

Color Harmonies of #DB7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7ABB

Black with #DB7ABB

Text Example


Text Example

White with #DB7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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