Html Css Color HEX #DC7AB2 Persian Pink

📋 copy color: '#DC7AB2'

red 220 ◦ green 122 ◦ blue 178

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

Shades of Persian Pink #DC7AB2

Tints of Persian Pink #DC7AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.23%

R = 42.31%
G = 23.46%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC7AB2 (or 0xDC7AB2) is known color: Persian Pink. HEX triplet: DC, 7A and B2. RGB value is (220,122,178). Sum of RGB (Red+Green+Blue) = 220+122+178=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7AB2 is #23854D. Grayscale: #9D9D9D. Windows color (decimal): -2327886 or 11696860. OLE color: 11696860.

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

Color convert

RGB 220 122 178 -
CMYK 0 0.45 0.19 0.14
HSL 325.71º 0.58% 0.67% -
HSV(B) 325.71º 0.45% 0.86% -
XYZ 44.51 32.35 46.02 -
YUV 157.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 220 122 178 0 0.45 0.19 0.14 325.71 0.58 0.67
Hex DC 7A B2 0 2D 13 E 146 3A 43
Octal 334 172 262 0 55 23 16 506 72 103
Binary 11011100 1111010 10110010 0 101101 10011 1110 101000110 111010 1000011

Color Harmonies of #DC7AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7AB2

Black with #DC7AB2

Text Example


Text Example

White with #DC7AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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