Html Css Color HEX #DC7DBD Persian Pink

📋 copy color: '#DC7DBD'

red 220 ◦ green 125 ◦ blue 189

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

Shades of Persian Pink #DC7DBD

Tints of Persian Pink #DC7DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.39%

R = 41.2%
G = 23.41%
B = 35.39%

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

#DC7DBD (or 0xDC7DBD) is known color: Persian Pink. HEX triplet: DC, 7D and BD. RGB value is (220,125,189). Sum of RGB (Red+Green+Blue) = 220+125+189=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DBD is #238242. Grayscale: #A0A0A0. Windows color (decimal): -2327107 or 12418524. OLE color: 12418524.

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

Color convert

RGB 220 125 189 -
CMYK 0 0.43 0.14 0.14
HSL 319.58º 0.58% 0.68% -
HSV(B) 319.58º 0.43% 0.86% -
XYZ 46.03 33.56 52.2 -
YUV 160.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 220 125 189 0 0.43 0.14 0.14 319.58 0.58 0.68
Hex DC 7D BD 0 2B E E 140 3A 44
Octal 334 175 275 0 53 16 16 500 72 104
Binary 11011100 1111101 10111101 0 101011 1110 1110 101000000 111010 1000100

Color Harmonies of #DC7DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DBD

Black with #DC7DBD

Text Example


Text Example

White with #DC7DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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