Html Css Color HEX #DC7EB2 Persian Pink

📋 copy color: '#DC7EB2'

red 220 ◦ green 126 ◦ blue 178

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

Shades of Persian Pink #DC7EB2

Tints of Persian Pink #DC7EB2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.05%

 BLUE value IS 178 (69.92% from 255) = 33.97%

R = 41.98%
G = 24.05%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC7EB2 (or 0xDC7EB2) is known color: Persian Pink. HEX triplet: DC, 7E and B2. RGB value is (220,126,178). Sum of RGB (Red+Green+Blue) = 220+126+178=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7EB2 is #23814D. Grayscale: #9F9F9F. Windows color (decimal): -2326862 or 11697884. OLE color: 11697884.

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

Color convert

RGB 220 126 178 -
CMYK 0 0.43 0.19 0.14
HSL 326.81º 0.57% 0.68% -
HSV(B) 326.81º 0.43% 0.86% -
XYZ 45.01 33.35 46.18 -
YUV 160.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 220 126 178 0 0.43 0.19 0.14 326.81 0.57 0.68
Hex DC 7E B2 0 2B 13 E 147 39 44
Octal 334 176 262 0 53 23 16 507 71 104
Binary 11011100 1111110 10110010 0 101011 10011 1110 101000111 111001 1000100

Color Harmonies of #DC7EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7EB2

Black with #DC7EB2

Text Example


Text Example

White with #DC7EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7EB2; }

 p { color: rgb(220,126,178); }

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

background-color css

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

 a { background-color: rgb(220,126,178); }

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

border-color css

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

 span { border-color: rgb(220,126,178); }

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