Html Css Color HEX #DE80BA Persian Pink

📋 copy color: '#DE80BA'

red 222 ◦ green 128 ◦ blue 186

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

Shades of Persian Pink #DE80BA

Tints of Persian Pink #DE80BA

RGB

 RED value IS 222 (87.11% from 255) = 41.42%

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

 BLUE value IS 186 (73.05% from 255) = 34.7%

R = 41.42%
G = 23.88%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE80BA (or 0xDE80BA) is known color: Persian Pink. HEX triplet: DE, 80 and BA. RGB value is (222,128,186). Sum of RGB (Red+Green+Blue) = 222+128+186=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80BA is #217F45. Grayscale: #A2A2A2. Windows color (decimal): -2195270 or 12222686. OLE color: 12222686.

HSL color Cylindrical-coordinate representation of color #DE80BA: hue angle of 322.98º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE80BA is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 128 186 -
CMYK 0 0.42 0.16 0.13
HSL 322.98º 0.59% 0.69% -
HSV(B) 322.98º 0.42% 0.87% -
XYZ 46.71 34.51 50.65 -
YUV 162.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 222 128 186 0 0.42 0.16 0.13 322.98 0.59 0.69
Hex DE 80 BA 0 2A 10 D 143 3B 45
Octal 336 200 272 0 52 20 15 503 73 105
Binary 11011110 10000000 10111010 0 101010 10000 1101 101000011 111011 1000101

Color Harmonies of #DE80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE80BA

Black with #DE80BA

Text Example


Text Example

White with #DE80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE80BA; }

 p { color: rgb(222,128,186); }

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

background-color css

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

 a { background-color: rgb(222,128,186); }

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

border-color css

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

 span { border-color: rgb(222,128,186); }

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