Html Css Color HEX #DC7FB7 Persian Pink

📋 copy color: '#DC7FB7'

red 220 ◦ green 127 ◦ blue 183

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

Shades of Persian Pink #DC7FB7

Tints of Persian Pink #DC7FB7

RGB

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

 GREEN value IS 127 (50% from 255) = 23.96%

 BLUE value IS 183 (71.88% from 255) = 34.53%

R = 41.51%
G = 23.96%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC7FB7 (or 0xDC7FB7) is known color: Persian Pink. HEX triplet: DC, 7F and B7. RGB value is (220,127,183). Sum of RGB (Red+Green+Blue) = 220+127+183=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FB7 is #238048. Grayscale: #A1A1A1. Windows color (decimal): -2326601 or 12025820. OLE color: 12025820.

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

Color convert

RGB 220 127 183 -
CMYK 0 0.42 0.17 0.14
HSL 323.87º 0.57% 0.68% -
HSV(B) 323.87º 0.42% 0.86% -
XYZ 45.65 33.81 48.92 -
YUV 161.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 220 127 183 0 0.42 0.17 0.14 323.87 0.57 0.68
Hex DC 7F B7 0 2A 11 E 144 39 44
Octal 334 177 267 0 52 21 16 504 71 104
Binary 11011100 1111111 10110111 0 101010 10001 1110 101000100 111001 1000100

Color Harmonies of #DC7FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7FB7

Black with #DC7FB7

Text Example


Text Example

White with #DC7FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7FB7; }

 p { color: rgb(220,127,183); }

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

background-color css

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

 a { background-color: rgb(220,127,183); }

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

border-color css

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

 span { border-color: rgb(220,127,183); }

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