Html Css Color HEX #DB7FB4 Persian Pink

📋 copy color: '#DB7FB4'

red 219 ◦ green 127 ◦ blue 180

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

Shades of Persian Pink #DB7FB4

Tints of Persian Pink #DB7FB4

RGB

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

 GREEN value IS 127 (50% from 255) = 24.14%

 BLUE value IS 180 (70.7% from 255) = 34.22%

R = 41.63%
G = 24.14%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB7FB4 (or 0xDB7FB4) is known color: Persian Pink. HEX triplet: DB, 7F and B4. RGB value is (219,127,180). Sum of RGB (Red+Green+Blue) = 219+127+180=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FB4 is #24804B. Grayscale: #A0A0A0. Windows color (decimal): -2392140 or 11829211. OLE color: 11829211.

HSL color Cylindrical-coordinate representation of color #DB7FB4: hue angle of 325.43º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7FB4 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 127 180 -
CMYK 0 0.42 0.18 0.14
HSL 325.43º 0.56% 0.68% -
HSV(B) 325.43º 0.42% 0.86% -
XYZ 45.04 33.53 47.28 -
YUV 160.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 219 127 180 0 0.42 0.18 0.14 325.43 0.56 0.68
Hex DB 7F B4 0 2A 12 E 145 38 44
Octal 333 177 264 0 52 22 16 505 70 104
Binary 11011011 1111111 10110100 0 101010 10010 1110 101000101 111000 1000100

Color Harmonies of #DB7FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7FB4

Black with #DB7FB4

Text Example


Text Example

White with #DB7FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7FB4; }

 p { color: rgb(219,127,180); }

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

background-color css

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

 a { background-color: rgb(219,127,180); }

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

border-color css

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

 span { border-color: rgb(219,127,180); }

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