Html Css Color HEX #DC82C1 Persian Pink

📋 copy color: '#DC82C1'

red 220 ◦ green 130 ◦ blue 193

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

Shades of Persian Pink #DC82C1

Tints of Persian Pink #DC82C1

RGB

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

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

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

R = 40.52%
G = 23.94%
B = 35.54%

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

#DC82C1 (or 0xDC82C1) is known color: Persian Pink. HEX triplet: DC, 82 and C1. RGB value is (220,130,193). Sum of RGB (Red+Green+Blue) = 220+130+193=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82C1 is #237D3E. Grayscale: #A3A3A3. Windows color (decimal): -2325823 or 12681948. OLE color: 12681948.

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

Color convert

RGB 220 130 193 -
CMYK 0 0.41 0.12 0.14
HSL 318º 0.56% 0.69% -
HSV(B) 318º 0.41% 0.86% -
XYZ 47.12 35.03 54.73 -
YUV 164.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 220 130 193 0 0.41 0.12 0.14 318 0.56 0.69
Hex DC 82 C1 0 29 C E 13E 38 45
Octal 334 202 301 0 51 14 16 476 70 105
Binary 11011100 10000010 11000001 0 101001 1100 1110 100111110 111000 1000101

Color Harmonies of #DC82C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC82C1

Black with #DC82C1

Text Example


Text Example

White with #DC82C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC82C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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