Html Css Color HEX #DE82BA Persian Pink

📋 copy color: '#DE82BA'

red 222 ◦ green 130 ◦ blue 186

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

Shades of Persian Pink #DE82BA

Tints of Persian Pink #DE82BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.16%

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

R = 41.26%
G = 24.16%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE82BA (or 0xDE82BA) is known color: Persian Pink. HEX triplet: DE, 82 and BA. RGB value is (222,130,186). Sum of RGB (Red+Green+Blue) = 222+130+186=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82BA is #217D45. Grayscale: #A3A3A3. Windows color (decimal): -2194758 or 12223198. OLE color: 12223198.

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

Color convert

RGB 222 130 186 -
CMYK 0 0.41 0.16 0.13
HSL 323.48º 0.58% 0.69% -
HSV(B) 323.48º 0.41% 0.87% -
XYZ 46.97 35.04 50.74 -
YUV 163.89 140.48 169.45 -
System Red Green Blue C M Y K H S L
Decimal 222 130 186 0 0.41 0.16 0.13 323.48 0.58 0.69
Hex DE 82 BA 0 29 10 D 143 3A 45
Octal 336 202 272 0 51 20 15 503 72 105
Binary 11011110 10000010 10111010 0 101001 10000 1101 101000011 111010 1000101

Color Harmonies of #DE82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE82BA

Black with #DE82BA

Text Example


Text Example

White with #DE82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE82BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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