Html Css Color HEX #DC82BF Persian Pink

📋 copy color: '#DC82BF'

red 220 ◦ green 130 ◦ blue 191

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

Shades of Persian Pink #DC82BF

Tints of Persian Pink #DC82BF

RGB

 RED value IS 220 (86.33% from 255) = 40.67%

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

 BLUE value IS 191 (75% from 255) = 35.3%

R = 40.67%
G = 24.03%
B = 35.3%

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

#DC82BF (or 0xDC82BF) is known color: Persian Pink. HEX triplet: DC, 82 and BF. RGB value is (220,130,191). Sum of RGB (Red+Green+Blue) = 220+130+191=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82BF is #237D40. Grayscale: #A3A3A3. Windows color (decimal): -2325825 or 12550876. OLE color: 12550876.

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

Color convert

RGB 220 130 191 -
CMYK 0 0.41 0.13 0.14
HSL 319.33º 0.56% 0.69% -
HSV(B) 319.33º 0.41% 0.86% -
XYZ 46.9 34.94 53.56 -
YUV 163.86 143.32 168.04 -
System Red Green Blue C M Y K H S L
Decimal 220 130 191 0 0.41 0.13 0.14 319.33 0.56 0.69
Hex DC 82 BF 0 29 D E 13F 38 45
Octal 334 202 277 0 51 15 16 477 70 105
Binary 11011100 10000010 10111111 0 101001 1101 1110 100111111 111000 1000101

Color Harmonies of #DC82BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC82BF

Black with #DC82BF

Text Example


Text Example

White with #DC82BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC82BF; }

 p { color: rgb(220,130,191); }

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

background-color css

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

 a { background-color: rgb(220,130,191); }

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

border-color css

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

 span { border-color: rgb(220,130,191); }

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