Html Css Color HEX #DC82B8 Persian Pink

📋 copy color: '#DC82B8'

red 220 ◦ green 130 ◦ blue 184

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

Shades of Persian Pink #DC82B8

Tints of Persian Pink #DC82B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.46%

R = 41.2%
G = 24.34%
B = 34.46%

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

#DC82B8 (or 0xDC82B8) is known color: Persian Pink. HEX triplet: DC, 82 and B8. RGB value is (220,130,184). Sum of RGB (Red+Green+Blue) = 220+130+184=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82B8 is #237D47. Grayscale: #A2A2A2. Windows color (decimal): -2325832 or 12092124. OLE color: 12092124.

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

Color convert

RGB 220 130 184 -
CMYK 0 0.41 0.16 0.14
HSL 324º 0.56% 0.69% -
HSV(B) 324º 0.41% 0.86% -
XYZ 46.15 34.64 49.6 -
YUV 163.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 220 130 184 0 0.41 0.16 0.14 324 0.56 0.69
Hex DC 82 B8 0 29 10 E 144 38 45
Octal 334 202 270 0 51 20 16 504 70 105
Binary 11011100 10000010 10111000 0 101001 10000 1110 101000100 111000 1000101

Color Harmonies of #DC82B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC82B8

Black with #DC82B8

Text Example


Text Example

White with #DC82B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC82B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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