Html Css Color HEX #DC82B9 Persian Pink

📋 copy color: '#DC82B9'

red 220 ◦ green 130 ◦ blue 185

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

Shades of Persian Pink #DC82B9

Tints of Persian Pink #DC82B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.58%

R = 41.12%
G = 24.3%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC82B9 (or 0xDC82B9) is known color: Persian Pink. HEX triplet: DC, 82 and B9. RGB value is (220,130,185). Sum of RGB (Red+Green+Blue) = 220+130+185=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82B9 is #237D46. Grayscale: #A3A3A3. Windows color (decimal): -2325831 or 12157660. OLE color: 12157660.

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

Color convert

RGB 220 130 185 -
CMYK 0 0.41 0.16 0.14
HSL 323.33º 0.56% 0.69% -
HSV(B) 323.33º 0.41% 0.86% -
XYZ 46.25 34.68 50.16 -
YUV 163.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 220 130 185 0 0.41 0.16 0.14 323.33 0.56 0.69
Hex DC 82 B9 0 29 10 E 143 38 45
Octal 334 202 271 0 51 20 16 503 70 105
Binary 11011100 10000010 10111001 0 101001 10000 1110 101000011 111000 1000101

Color Harmonies of #DC82B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC82B9

Black with #DC82B9

Text Example


Text Example

White with #DC82B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC82B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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