Html Css Color HEX #DB81BE Persian Pink

📋 copy color: '#DB81BE'

red 219 ◦ green 129 ◦ blue 190

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

Shades of Persian Pink #DB81BE

Tints of Persian Pink #DB81BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.98%

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 40.71%
G = 23.98%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB81BE (or 0xDB81BE) is known color: Persian Pink. HEX triplet: DB, 81 and BE. RGB value is (219,129,190). Sum of RGB (Red+Green+Blue) = 219+129+190=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81BE is #247E41. Grayscale: #A2A2A2. Windows color (decimal): -2391618 or 12485083. OLE color: 12485083.

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

Color convert

RGB 219 129 190 -
CMYK 0 0.41 0.13 0.14
HSL 319.33º 0.56% 0.68% -
HSV(B) 319.33º 0.41% 0.86% -
XYZ 46.36 34.48 52.93 -
YUV 162.86 143.32 168.04 -
System Red Green Blue C M Y K H S L
Decimal 219 129 190 0 0.41 0.13 0.14 319.33 0.56 0.68
Hex DB 81 BE 0 29 D E 13F 38 44
Octal 333 201 276 0 51 15 16 477 70 104
Binary 11011011 10000001 10111110 0 101001 1101 1110 100111111 111000 1000100

Color Harmonies of #DB81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB81BE

Black with #DB81BE

Text Example


Text Example

White with #DB81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB81BE; }

 p { color: rgb(219,129,190); }

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

background-color css

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

 a { background-color: rgb(219,129,190); }

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

border-color css

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

 span { border-color: rgb(219,129,190); }

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