Html Css Color HEX #DC7AB4 Persian Pink

📋 copy color: '#DC7AB4'

red 220 ◦ green 122 ◦ blue 180

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

Shades of Persian Pink #DC7AB4

Tints of Persian Pink #DC7AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.48%

R = 42.15%
G = 23.37%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC7AB4 (or 0xDC7AB4) is known color: Persian Pink. HEX triplet: DC, 7A and B4. RGB value is (220,122,180). Sum of RGB (Red+Green+Blue) = 220+122+180=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7AB4 is #23854B. Grayscale: #9D9D9D. Windows color (decimal): -2327884 or 11827932. OLE color: 11827932.

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

Color convert

RGB 220 122 180 -
CMYK 0 0.45 0.18 0.14
HSL 324.49º 0.58% 0.67% -
HSV(B) 324.49º 0.45% 0.86% -
XYZ 44.71 32.43 47.08 -
YUV 157.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 220 122 180 0 0.45 0.18 0.14 324.49 0.58 0.67
Hex DC 7A B4 0 2D 12 E 144 3A 43
Octal 334 172 264 0 55 22 16 504 72 103
Binary 11011100 1111010 10110100 0 101101 10010 1110 101000100 111010 1000011

Color Harmonies of #DC7AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7AB4

Black with #DC7AB4

Text Example


Text Example

White with #DC7AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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