Html Css Color HEX #DC80B4 Persian Pink

📋 copy color: '#DC80B4'

red 220 ◦ green 128 ◦ blue 180

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

Shades of Persian Pink #DC80B4

Tints of Persian Pink #DC80B4

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.24%

 BLUE value IS 180 (70.7% from 255) = 34.09%

R = 41.67%
G = 24.24%
B = 34.09%

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

#DC80B4 (or 0xDC80B4) is known color: Persian Pink. HEX triplet: DC, 80 and B4. RGB value is (220,128,180). Sum of RGB (Red+Green+Blue) = 220+128+180=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80B4 is #237F4B. Grayscale: #A1A1A1. Windows color (decimal): -2326348 or 11829468. OLE color: 11829468.

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

Color convert

RGB 220 128 180 -
CMYK 0 0.42 0.18 0.14
HSL 326.09º 0.57% 0.68% -
HSV(B) 326.09º 0.42% 0.86% -
XYZ 45.47 33.95 47.34 -
YUV 161.44 138.48 169.77 -
System Red Green Blue C M Y K H S L
Decimal 220 128 180 0 0.42 0.18 0.14 326.09 0.57 0.68
Hex DC 80 B4 0 2A 12 E 146 39 44
Octal 334 200 264 0 52 22 16 506 71 104
Binary 11011100 10000000 10110100 0 101010 10010 1110 101000110 111001 1000100

Color Harmonies of #DC80B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80B4

Black with #DC80B4

Text Example


Text Example

White with #DC80B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80B4; }

 p { color: rgb(220,128,180); }

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

background-color css

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

 a { background-color: rgb(220,128,180); }

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

border-color css

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

 span { border-color: rgb(220,128,180); }

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