Html Css Color HEX #DC7BC0 Persian Pink

📋 copy color: '#DC7BC0'

red 220 ◦ green 123 ◦ blue 192

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

Shades of Persian Pink #DC7BC0

Tints of Persian Pink #DC7BC0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.99%

 BLUE value IS 192 (75.39% from 255) = 35.89%

R = 41.12%
G = 22.99%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC7BC0 (or 0xDC7BC0) is known color: Persian Pink. HEX triplet: DC, 7B and C0. RGB value is (220,123,192). Sum of RGB (Red+Green+Blue) = 220+123+192=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BC0 is #23843F. Grayscale: #9F9F9F. Windows color (decimal): -2327616 or 12614620. OLE color: 12614620.

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

Color convert

RGB 220 123 192 -
CMYK 0 0.44 0.13 0.14
HSL 317.32º 0.58% 0.67% -
HSV(B) 317.32º 0.44% 0.86% -
XYZ 46.11 33.19 53.84 -
YUV 159.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 220 123 192 0 0.44 0.13 0.14 317.32 0.58 0.67
Hex DC 7B C0 0 2C D E 13D 3A 43
Octal 334 173 300 0 54 15 16 475 72 103
Binary 11011100 1111011 11000000 0 101100 1101 1110 100111101 111010 1000011

Color Harmonies of #DC7BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7BC0

Black with #DC7BC0

Text Example


Text Example

White with #DC7BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7BC0; }

 p { color: rgb(220,123,192); }

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

background-color css

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

 a { background-color: rgb(220,123,192); }

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

border-color css

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

 span { border-color: rgb(220,123,192); }

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