Html Css Color HEX #DC7DBA Persian Pink

📋 copy color: '#DC7DBA'

red 220 ◦ green 125 ◦ blue 186

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

Shades of Persian Pink #DC7DBA

Tints of Persian Pink #DC7DBA

RGB

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

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

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

R = 41.43%
G = 23.54%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC7DBA (or 0xDC7DBA) is known color: Persian Pink. HEX triplet: DC, 7D and BA. RGB value is (220,125,186). Sum of RGB (Red+Green+Blue) = 220+125+186=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DBA is #238245. Grayscale: #A0A0A0. Windows color (decimal): -2327110 or 12221916. OLE color: 12221916.

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

Color convert

RGB 220 125 186 -
CMYK 0 0.43 0.15 0.14
HSL 321.47º 0.58% 0.68% -
HSV(B) 321.47º 0.43% 0.86% -
XYZ 45.71 33.43 50.5 -
YUV 160.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 220 125 186 0 0.43 0.15 0.14 321.47 0.58 0.68
Hex DC 7D BA 0 2B F E 141 3A 44
Octal 334 175 272 0 53 17 16 501 72 104
Binary 11011100 1111101 10111010 0 101011 1111 1110 101000001 111010 1000100

Color Harmonies of #DC7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DBA

Black with #DC7DBA

Text Example


Text Example

White with #DC7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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