Html Css Color HEX #DC83BE Persian Pink

📋 copy color: '#DC83BE'

red 220 ◦ green 131 ◦ blue 190

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

Shades of Persian Pink #DC83BE

Tints of Persian Pink #DC83BE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.21%

 BLUE value IS 190 (74.61% from 255) = 35.12%

R = 40.67%
G = 24.21%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC83BE (or 0xDC83BE) is known color: Persian Pink. HEX triplet: DC, 83 and BE. RGB value is (220,131,190). Sum of RGB (Red+Green+Blue) = 220+131+190=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83BE is #237C41. Grayscale: #A4A4A4. Windows color (decimal): -2325570 or 12485596. OLE color: 12485596.

HSL color Cylindrical-coordinate representation of color #DC83BE: hue angle of 320.22º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC83BE is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 190 -
CMYK 0 0.40 0.14 0.14
HSL 320.22º 0.56% 0.69% -
HSV(B) 320.22º 0.4% 0.86% -
XYZ 46.93 35.17 53.03 -
YUV 164.34 142.49 167.7 -
System Red Green Blue C M Y K H S L
Decimal 220 131 190 0 0.40 0.14 0.14 320.22 0.56 0.69
Hex DC 83 BE 0 28 E E 140 38 45
Octal 334 203 276 0 50 16 16 500 70 105
Binary 11011100 10000011 10111110 0 101000 1110 1110 101000000 111000 1000101

Color Harmonies of #DC83BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC83BE

Black with #DC83BE

Text Example


Text Example

White with #DC83BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC83BE; }

 p { color: rgb(220,131,190); }

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

background-color css

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

 a { background-color: rgb(220,131,190); }

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

border-color css

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

 span { border-color: rgb(220,131,190); }

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