Html Css Color HEX #DC7CBE Persian Pink

📋 copy color: '#DC7CBE'

red 220 ◦ green 124 ◦ blue 190

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

Shades of Persian Pink #DC7CBE

Tints of Persian Pink #DC7CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.58%

R = 41.2%
G = 23.22%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC7CBE (or 0xDC7CBE) is known color: Persian Pink. HEX triplet: DC, 7C and BE. RGB value is (220,124,190). Sum of RGB (Red+Green+Blue) = 220+124+190=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CBE is #238341. Grayscale: #A0A0A0. Windows color (decimal): -2327362 or 12483804. OLE color: 12483804.

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

Color convert

RGB 220 124 190 -
CMYK 0 0.44 0.14 0.14
HSL 318.75º 0.58% 0.67% -
HSV(B) 318.75º 0.44% 0.86% -
XYZ 46.02 33.35 52.73 -
YUV 160.23 144.8 170.63 -
System Red Green Blue C M Y K H S L
Decimal 220 124 190 0 0.44 0.14 0.14 318.75 0.58 0.67
Hex DC 7C BE 0 2C E E 13F 3A 43
Octal 334 174 276 0 54 16 16 477 72 103
Binary 11011100 1111100 10111110 0 101100 1110 1110 100111111 111010 1000011

Color Harmonies of #DC7CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7CBE

Black with #DC7CBE

Text Example


Text Example

White with #DC7CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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