Html Css Color HEX #DC7FB5 Persian Pink

📋 copy color: '#DC7FB5'

red 220 ◦ green 127 ◦ blue 181

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

Shades of Persian Pink #DC7FB5

Tints of Persian Pink #DC7FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.28%

R = 41.67%
G = 24.05%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC7FB5 (or 0xDC7FB5) is known color: Persian Pink. HEX triplet: DC, 7F and B5. RGB value is (220,127,181). Sum of RGB (Red+Green+Blue) = 220+127+181=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FB5 is #23804A. Grayscale: #A0A0A0. Windows color (decimal): -2326603 or 11894748. OLE color: 11894748.

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

Color convert

RGB 220 127 181 -
CMYK 0 0.42 0.18 0.14
HSL 325.16º 0.57% 0.68% -
HSV(B) 325.16º 0.42% 0.86% -
XYZ 45.45 33.73 47.83 -
YUV 160.96 139.31 170.11 -
System Red Green Blue C M Y K H S L
Decimal 220 127 181 0 0.42 0.18 0.14 325.16 0.57 0.68
Hex DC 7F B5 0 2A 12 E 145 39 44
Octal 334 177 265 0 52 22 16 505 71 104
Binary 11011100 1111111 10110101 0 101010 10010 1110 101000101 111001 1000100

Color Harmonies of #DC7FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7FB5

Black with #DC7FB5

Text Example


Text Example

White with #DC7FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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