Html Css Color HEX #DB6EB3 Persian Pink

📋 copy color: '#DB6EB3'

red 219 ◦ green 110 ◦ blue 179

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

Shades of Persian Pink #DB6EB3

Tints of Persian Pink #DB6EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.24%

R = 43.11%
G = 21.65%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB6EB3 (or 0xDB6EB3) is known color: Persian Pink. HEX triplet: DB, 6E and B3. RGB value is (219,110,179). Sum of RGB (Red+Green+Blue) = 219+110+179=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6EB3 is #24914C. Grayscale: #969696. Windows color (decimal): -2396493 or 11759323. OLE color: 11759323.

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

Color convert

RGB 219 110 179 -
CMYK 0 0.50 0.18 0.14
HSL 322.02º 0.6% 0.65% -
HSV(B) 322.02º 0.5% 0.86% -
XYZ 42.93 29.47 46.07 -
YUV 150.46 144.11 176.89 -
System Red Green Blue C M Y K H S L
Decimal 219 110 179 0 0.50 0.18 0.14 322.02 0.6 0.65
Hex DB 6E B3 0 32 12 E 142 3C 41
Octal 333 156 263 0 62 22 16 502 74 101
Binary 11011011 1101110 10110011 0 110010 10010 1110 101000010 111100 1000001

Color Harmonies of #DB6EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6EB3

Black with #DB6EB3

Text Example


Text Example

White with #DB6EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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