Html Css Color HEX #DB7DBF Persian Pink

📋 copy color: '#DB7DBF'

red 219 ◦ green 125 ◦ blue 191

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

Shades of Persian Pink #DB7DBF

Tints of Persian Pink #DB7DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.36%

 BLUE value IS 191 (75% from 255) = 35.7%

R = 40.93%
G = 23.36%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB7DBF (or 0xDB7DBF) is known color: Persian Pink. HEX triplet: DB, 7D and BF. RGB value is (219,125,191). Sum of RGB (Red+Green+Blue) = 219+125+191=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DBF is #248240. Grayscale: #A0A0A0. Windows color (decimal): -2392641 or 12549595. OLE color: 12549595.

HSL color Cylindrical-coordinate representation of color #DB7DBF: hue angle of 317.87º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DBF is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 125 191 -
CMYK 0 0.43 0.13 0.14
HSL 317.87º 0.57% 0.67% -
HSV(B) 317.87º 0.43% 0.86% -
XYZ 45.95 33.49 53.33 -
YUV 160.63 145.14 169.63 -
System Red Green Blue C M Y K H S L
Decimal 219 125 191 0 0.43 0.13 0.14 317.87 0.57 0.67
Hex DB 7D BF 0 2B D E 13E 39 43
Octal 333 175 277 0 53 15 16 476 71 103
Binary 11011011 1111101 10111111 0 101011 1101 1110 100111110 111001 1000011

Color Harmonies of #DB7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DBF

Black with #DB7DBF

Text Example


Text Example

White with #DB7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DBF; }

 p { color: rgb(219,125,191); }

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

background-color css

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

 a { background-color: rgb(219,125,191); }

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

border-color css

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

 span { border-color: rgb(219,125,191); }

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