Html Css Color HEX #DB6EB7 Persian Pink

📋 copy color: '#DB6EB7'

red 219 ◦ green 110 ◦ blue 183

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

Shades of Persian Pink #DB6EB7

Tints of Persian Pink #DB6EB7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.48%

 BLUE value IS 183 (71.88% from 255) = 35.74%

R = 42.77%
G = 21.48%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB6EB7 (or 0xDB6EB7) is known color: Persian Pink. HEX triplet: DB, 6E and B7. RGB value is (219,110,183). Sum of RGB (Red+Green+Blue) = 219+110+183=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6EB7 is #249148. Grayscale: #969696. Windows color (decimal): -2396489 or 12021467. OLE color: 12021467.

HSL color Cylindrical-coordinate representation of color #DB6EB7: hue angle of 319.82º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6EB7 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 110 183 -
CMYK 0 0.50 0.16 0.14
HSL 319.82º 0.6% 0.65% -
HSV(B) 319.82º 0.5% 0.86% -
XYZ 43.34 29.63 48.23 -
YUV 150.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 219 110 183 0 0.50 0.16 0.14 319.82 0.6 0.65
Hex DB 6E B7 0 32 10 E 140 3C 41
Octal 333 156 267 0 62 20 16 500 74 101
Binary 11011011 1101110 10110111 0 110010 10000 1110 101000000 111100 1000001

Color Harmonies of #DB6EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6EB7

Black with #DB6EB7

Text Example


Text Example

White with #DB6EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6EB7; }

 p { color: rgb(219,110,183); }

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

background-color css

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

 a { background-color: rgb(219,110,183); }

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

border-color css

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

 span { border-color: rgb(219,110,183); }

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