Html Css Color HEX #DB7AB2 Persian Pink

📋 copy color: '#DB7AB2'

red 219 ◦ green 122 ◦ blue 178

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

Shades of Persian Pink #DB7AB2

Tints of Persian Pink #DB7AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.3%

R = 42.2%
G = 23.51%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB7AB2 (or 0xDB7AB2) is known color: Persian Pink. HEX triplet: DB, 7A and B2. RGB value is (219,122,178). Sum of RGB (Red+Green+Blue) = 219+122+178=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7AB2 is #24854D. Grayscale: #9D9D9D. Windows color (decimal): -2393422 or 11696859. OLE color: 11696859.

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

Color convert

RGB 219 122 178 -
CMYK 0 0.44 0.19 0.14
HSL 325.36º 0.57% 0.67% -
HSV(B) 325.36º 0.44% 0.86% -
XYZ 44.21 32.19 46 -
YUV 157.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 219 122 178 0 0.44 0.19 0.14 325.36 0.57 0.67
Hex DB 7A B2 0 2C 13 E 145 39 43
Octal 333 172 262 0 54 23 16 505 71 103
Binary 11011011 1111010 10110010 0 101100 10011 1110 101000101 111001 1000011

Color Harmonies of #DB7AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7AB2

Black with #DB7AB2

Text Example


Text Example

White with #DB7AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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