Html Css Color HEX #DC82BA Persian Pink

📋 copy color: '#DC82BA'

red 220 ◦ green 130 ◦ blue 186

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

Shades of Persian Pink #DC82BA

Tints of Persian Pink #DC82BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.7%

R = 41.04%
G = 24.25%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC82BA (or 0xDC82BA) is known color: Persian Pink. HEX triplet: DC, 82 and BA. RGB value is (220,130,186). Sum of RGB (Red+Green+Blue) = 220+130+186=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82BA is #237D45. Grayscale: #A3A3A3. Windows color (decimal): -2325830 or 12223196. OLE color: 12223196.

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

Color convert

RGB 220 130 186 -
CMYK 0 0.41 0.15 0.14
HSL 322.67º 0.56% 0.69% -
HSV(B) 322.67º 0.41% 0.86% -
XYZ 46.36 34.73 50.71 -
YUV 163.29 140.82 168.45 -
System Red Green Blue C M Y K H S L
Decimal 220 130 186 0 0.41 0.15 0.14 322.67 0.56 0.69
Hex DC 82 BA 0 29 F E 143 38 45
Octal 334 202 272 0 51 17 16 503 70 105
Binary 11011100 10000010 10111010 0 101001 1111 1110 101000011 111000 1000101

Color Harmonies of #DC82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC82BA

Black with #DC82BA

Text Example


Text Example

White with #DC82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC82BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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