Html Css Color HEX #DC7DBE Persian Pink

📋 copy color: '#DC7DBE'

red 220 ◦ green 125 ◦ blue 190

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

Shades of Persian Pink #DC7DBE

Tints of Persian Pink #DC7DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.36%

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

R = 41.12%
G = 23.36%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC7DBE (or 0xDC7DBE) is known color: Persian Pink. HEX triplet: DC, 7D and BE. RGB value is (220,125,190). Sum of RGB (Red+Green+Blue) = 220+125+190=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DBE is #238241. Grayscale: #A0A0A0. Windows color (decimal): -2327106 or 12484060. OLE color: 12484060.

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

Color convert

RGB 220 125 190 -
CMYK 0 0.43 0.14 0.14
HSL 318.95º 0.58% 0.68% -
HSV(B) 318.95º 0.43% 0.86% -
XYZ 46.14 33.6 52.77 -
YUV 160.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 220 125 190 0 0.43 0.14 0.14 318.95 0.58 0.68
Hex DC 7D BE 0 2B E E 13F 3A 44
Octal 334 175 276 0 53 16 16 477 72 104
Binary 11011100 1111101 10111110 0 101011 1110 1110 100111111 111010 1000100

Color Harmonies of #DC7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DBE

Black with #DC7DBE

Text Example


Text Example

White with #DC7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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