Html Css Color HEX #DC82B7 Persian Pink

📋 copy color: '#DC82B7'

red 220 ◦ green 130 ◦ blue 183

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

Shades of Persian Pink #DC82B7

Tints of Persian Pink #DC82B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.33%

R = 41.28%
G = 24.39%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC82B7 (or 0xDC82B7) is known color: Persian Pink. HEX triplet: DC, 82 and B7. RGB value is (220,130,183). Sum of RGB (Red+Green+Blue) = 220+130+183=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82B7 is #237D48. Grayscale: #A2A2A2. Windows color (decimal): -2325833 or 12026588. OLE color: 12026588.

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

Color convert

RGB 220 130 183 -
CMYK 0 0.41 0.17 0.14
HSL 324.67º 0.56% 0.69% -
HSV(B) 324.67º 0.41% 0.86% -
XYZ 46.05 34.6 49.05 -
YUV 162.95 139.32 168.69 -
System Red Green Blue C M Y K H S L
Decimal 220 130 183 0 0.41 0.17 0.14 324.67 0.56 0.69
Hex DC 82 B7 0 29 11 E 145 38 45
Octal 334 202 267 0 51 21 16 505 70 105
Binary 11011100 10000010 10110111 0 101001 10001 1110 101000101 111000 1000101

Color Harmonies of #DC82B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC82B7

Black with #DC82B7

Text Example


Text Example

White with #DC82B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC82B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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