Html Css Color HEX #DB7FB6 Persian Pink

📋 copy color: '#DB7FB6'

red 219 ◦ green 127 ◦ blue 182

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

Shades of Persian Pink #DB7FB6

Tints of Persian Pink #DB7FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.47%

R = 41.48%
G = 24.05%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB7FB6 (or 0xDB7FB6) is known color: Persian Pink. HEX triplet: DB, 7F and B6. RGB value is (219,127,182). Sum of RGB (Red+Green+Blue) = 219+127+182=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FB6 is #248049. Grayscale: #A0A0A0. Windows color (decimal): -2392138 or 11960283. OLE color: 11960283.

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

Color convert

RGB 219 127 182 -
CMYK 0 0.42 0.17 0.14
HSL 324.13º 0.56% 0.68% -
HSV(B) 324.13º 0.42% 0.86% -
XYZ 45.25 33.62 48.36 -
YUV 160.78 139.98 169.53 -
System Red Green Blue C M Y K H S L
Decimal 219 127 182 0 0.42 0.17 0.14 324.13 0.56 0.68
Hex DB 7F B6 0 2A 11 E 144 38 44
Octal 333 177 266 0 52 21 16 504 70 104
Binary 11011011 1111111 10110110 0 101010 10001 1110 101000100 111000 1000100

Color Harmonies of #DB7FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7FB6

Black with #DB7FB6

Text Example


Text Example

White with #DB7FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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