Html Css Color HEX #DC7FBA Persian Pink

📋 copy color: '#DC7FBA'

red 220 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #DC7FBA

Tints of Persian Pink #DC7FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 23.83%

 BLUE value IS 186 (73.05% from 255) = 34.9%

R = 41.28%
G = 23.83%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC7FBA (or 0xDC7FBA) is known color: Persian Pink. HEX triplet: DC, 7F and BA. RGB value is (220,127,186). Sum of RGB (Red+Green+Blue) = 220+127+186=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FBA is #238045. Grayscale: #A1A1A1. Windows color (decimal): -2326598 or 12222428. OLE color: 12222428.

HSL color Cylindrical-coordinate representation of color #DC7FBA: hue angle of 321.94º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7FBA is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 127 186 -
CMYK 0 0.42 0.15 0.14
HSL 321.94º 0.57% 0.68% -
HSV(B) 321.94º 0.42% 0.86% -
XYZ 45.97 33.94 50.58 -
YUV 161.53 141.81 169.7 -
System Red Green Blue C M Y K H S L
Decimal 220 127 186 0 0.42 0.15 0.14 321.94 0.57 0.68
Hex DC 7F BA 0 2A F E 142 39 44
Octal 334 177 272 0 52 17 16 502 71 104
Binary 11011100 1111111 10111010 0 101010 1111 1110 101000010 111001 1000100

Color Harmonies of #DC7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7FBA

Black with #DC7FBA

Text Example


Text Example

White with #DC7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7FBA; }

 p { color: rgb(220,127,186); }

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

background-color css

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

 a { background-color: rgb(220,127,186); }

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

border-color css

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

 span { border-color: rgb(220,127,186); }

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