Html Css Color HEX #DB81C2 Persian Pink

📋 copy color: '#DB81C2'

red 219 ◦ green 129 ◦ blue 194

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

Shades of Persian Pink #DB81C2

Tints of Persian Pink #DB81C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.79%

R = 40.41%
G = 23.8%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB81C2 (or 0xDB81C2) is known color: Persian Pink. HEX triplet: DB, 81 and C2. RGB value is (219,129,194). Sum of RGB (Red+Green+Blue) = 219+129+194=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81C2 is #247E3D. Grayscale: #A3A3A3. Windows color (decimal): -2391614 or 12747227. OLE color: 12747227.

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

Color convert

RGB 219 129 194 -
CMYK 0 0.41 0.11 0.14
HSL 316.67º 0.56% 0.68% -
HSV(B) 316.67º 0.41% 0.86% -
XYZ 46.8 34.66 55.26 -
YUV 163.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 219 129 194 0 0.41 0.11 0.14 316.67 0.56 0.68
Hex DB 81 C2 0 29 B E 13D 38 44
Octal 333 201 302 0 51 13 16 475 70 104
Binary 11011011 10000001 11000010 0 101001 1011 1110 100111101 111000 1000100

Color Harmonies of #DB81C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB81C2

Black with #DB81C2

Text Example


Text Example

White with #DB81C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB81C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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