Html Css Color HEX #DC7CB5 Persian Pink

📋 copy color: '#DC7CB5'

red 220 ◦ green 124 ◦ blue 181

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

Shades of Persian Pink #DC7CB5

Tints of Persian Pink #DC7CB5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.62%

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

R = 41.9%
G = 23.62%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC7CB5 (or 0xDC7CB5) is known color: Persian Pink. HEX triplet: DC, 7C and B5. RGB value is (220,124,181). Sum of RGB (Red+Green+Blue) = 220+124+181=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CB5 is #23834A. Grayscale: #9F9F9F. Windows color (decimal): -2327371 or 11893980. OLE color: 11893980.

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

Color convert

RGB 220 124 181 -
CMYK 0 0.44 0.18 0.14
HSL 324.38º 0.58% 0.67% -
HSV(B) 324.38º 0.44% 0.86% -
XYZ 45.06 32.97 47.7 -
YUV 159.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 220 124 181 0 0.44 0.18 0.14 324.38 0.58 0.67
Hex DC 7C B5 0 2C 12 E 144 3A 43
Octal 334 174 265 0 54 22 16 504 72 103
Binary 11011100 1111100 10110101 0 101100 10010 1110 101000100 111010 1000011

Color Harmonies of #DC7CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7CB5

Black with #DC7CB5

Text Example


Text Example

White with #DC7CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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