Html Css Color HEX #DB82C1 Persian Pink

📋 copy color: '#DB82C1'

red 219 ◦ green 130 ◦ blue 193

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

Shades of Persian Pink #DB82C1

Tints of Persian Pink #DB82C1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.99%

 BLUE value IS 193 (75.78% from 255) = 35.61%

R = 40.41%
G = 23.99%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB82C1 (or 0xDB82C1) is known color: Persian Pink. HEX triplet: DB, 82 and C1. RGB value is (219,130,193). Sum of RGB (Red+Green+Blue) = 219+130+193=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82C1 is #247D3E. Grayscale: #A3A3A3. Windows color (decimal): -2391359 or 12681947. OLE color: 12681947.

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

Color convert

RGB 219 130 193 -
CMYK 0 0.41 0.12 0.14
HSL 317.53º 0.55% 0.68% -
HSV(B) 317.53º 0.41% 0.86% -
XYZ 46.82 34.88 54.72 -
YUV 163.79 144.49 167.38 -
System Red Green Blue C M Y K H S L
Decimal 219 130 193 0 0.41 0.12 0.14 317.53 0.55 0.68
Hex DB 82 C1 0 29 C E 13E 37 44
Octal 333 202 301 0 51 14 16 476 67 104
Binary 11011011 10000010 11000001 0 101001 1100 1110 100111110 110111 1000100

Color Harmonies of #DB82C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82C1

Black with #DB82C1

Text Example


Text Example

White with #DB82C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82C1; }

 p { color: rgb(219,130,193); }

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

background-color css

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

 a { background-color: rgb(219,130,193); }

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

border-color css

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

 span { border-color: rgb(219,130,193); }

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