Html Css Color HEX #DC7ABA Persian Pink

📋 copy color: '#DC7ABA'

red 220 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #DC7ABA

Tints of Persian Pink #DC7ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.11%

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

R = 41.67%
G = 23.11%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC7ABA (or 0xDC7ABA) is known color: Persian Pink. HEX triplet: DC, 7A and BA. RGB value is (220,122,186). Sum of RGB (Red+Green+Blue) = 220+122+186=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ABA is #238545. Grayscale: #9E9E9E. Windows color (decimal): -2327878 or 12221148. OLE color: 12221148.

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

Color convert

RGB 220 122 186 -
CMYK 0 0.45 0.15 0.14
HSL 320.82º 0.58% 0.67% -
HSV(B) 320.82º 0.45% 0.86% -
XYZ 45.34 32.68 50.37 -
YUV 158.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 220 122 186 0 0.45 0.15 0.14 320.82 0.58 0.67
Hex DC 7A BA 0 2D F E 141 3A 43
Octal 334 172 272 0 55 17 16 501 72 103
Binary 11011100 1111010 10111010 0 101101 1111 1110 101000001 111010 1000011

Color Harmonies of #DC7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7ABA

Black with #DC7ABA

Text Example


Text Example

White with #DC7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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