Html Css Color HEX #DC7ABE Persian Pink

📋 copy color: '#DC7ABE'

red 220 ◦ green 122 ◦ blue 190

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

Shades of Persian Pink #DC7ABE

Tints of Persian Pink #DC7ABE

RGB

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

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

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

R = 41.35%
G = 22.93%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC7ABE (or 0xDC7ABE) is known color: Persian Pink. HEX triplet: DC, 7A and BE. RGB value is (220,122,190). Sum of RGB (Red+Green+Blue) = 220+122+190=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ABE is #238541. Grayscale: #9E9E9E. Windows color (decimal): -2327874 or 12483292. OLE color: 12483292.

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

Color convert

RGB 220 122 190 -
CMYK 0 0.45 0.14 0.14
HSL 318.37º 0.58% 0.67% -
HSV(B) 318.37º 0.45% 0.86% -
XYZ 45.77 32.85 52.64 -
YUV 159.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 220 122 190 0 0.45 0.14 0.14 318.37 0.58 0.67
Hex DC 7A BE 0 2D E E 13E 3A 43
Octal 334 172 276 0 55 16 16 476 72 103
Binary 11011100 1111010 10111110 0 101101 1110 1110 100111110 111010 1000011

Color Harmonies of #DC7ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7ABE

Black with #DC7ABE

Text Example


Text Example

White with #DC7ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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