Html Css Color HEX #DC7AB3 Persian Pink

📋 copy color: '#DC7AB3'

red 220 ◦ green 122 ◦ blue 179

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

Shades of Persian Pink #DC7AB3

Tints of Persian Pink #DC7AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.36%

R = 42.23%
G = 23.42%
B = 34.36%

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

#DC7AB3 (or 0xDC7AB3) is known color: Persian Pink. HEX triplet: DC, 7A and B3. RGB value is (220,122,179). Sum of RGB (Red+Green+Blue) = 220+122+179=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7AB3 is #23854C. Grayscale: #9D9D9D. Windows color (decimal): -2327885 or 11762396. OLE color: 11762396.

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

Color convert

RGB 220 122 179 -
CMYK 0 0.45 0.19 0.14
HSL 325.1º 0.58% 0.67% -
HSV(B) 325.1º 0.45% 0.86% -
XYZ 44.61 32.39 46.55 -
YUV 157.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 220 122 179 0 0.45 0.19 0.14 325.1 0.58 0.67
Hex DC 7A B3 0 2D 13 E 145 3A 43
Octal 334 172 263 0 55 23 16 505 72 103
Binary 11011100 1111010 10110011 0 101101 10011 1110 101000101 111010 1000011

Color Harmonies of #DC7AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7AB3

Black with #DC7AB3

Text Example


Text Example

White with #DC7AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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