Html Css Color HEX #DC7CBA Persian Pink

📋 copy color: '#DC7CBA'

red 220 ◦ green 124 ◦ blue 186

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

Shades of Persian Pink #DC7CBA

Tints of Persian Pink #DC7CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.4%

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

R = 41.51%
G = 23.4%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC7CBA (or 0xDC7CBA) is known color: Persian Pink. HEX triplet: DC, 7C and BA. RGB value is (220,124,186). Sum of RGB (Red+Green+Blue) = 220+124+186=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CBA is #238345. Grayscale: #9F9F9F. Windows color (decimal): -2327366 or 12221660. OLE color: 12221660.

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

Color convert

RGB 220 124 186 -
CMYK 0 0.44 0.15 0.14
HSL 321.25º 0.58% 0.67% -
HSV(B) 321.25º 0.44% 0.86% -
XYZ 45.59 33.18 50.46 -
YUV 159.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 220 124 186 0 0.44 0.15 0.14 321.25 0.58 0.67
Hex DC 7C BA 0 2C F E 141 3A 43
Octal 334 174 272 0 54 17 16 501 72 103
Binary 11011100 1111100 10111010 0 101100 1111 1110 101000001 111010 1000011

Color Harmonies of #DC7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7CBA

Black with #DC7CBA

Text Example


Text Example

White with #DC7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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