Html Css Color HEX #DE82BB Persian Pink

📋 copy color: '#DE82BB'

red 222 ◦ green 130 ◦ blue 187

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

Shades of Persian Pink #DE82BB

Tints of Persian Pink #DE82BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.69%

R = 41.19%
G = 24.12%
B = 34.69%

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

#DE82BB (or 0xDE82BB) is known color: Persian Pink. HEX triplet: DE, 82 and BB. RGB value is (222,130,187). Sum of RGB (Red+Green+Blue) = 222+130+187=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82BB is #217D44. Grayscale: #A3A3A3. Windows color (decimal): -2194757 or 12288734. OLE color: 12288734.

HSL color Cylindrical-coordinate representation of color #DE82BB: hue angle of 322.83º 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 #DE82BB is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 130 187 -
CMYK 0 0.41 0.16 0.13
HSL 322.83º 0.58% 0.69% -
HSV(B) 322.83º 0.41% 0.87% -
XYZ 47.08 35.08 51.3 -
YUV 164.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 222 130 187 0 0.41 0.16 0.13 322.83 0.58 0.69
Hex DE 82 BB 0 29 10 D 143 3A 45
Octal 336 202 273 0 51 20 15 503 72 105
Binary 11011110 10000010 10111011 0 101001 10000 1101 101000011 111010 1000101

Color Harmonies of #DE82BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE82BB

Black with #DE82BB

Text Example


Text Example

White with #DE82BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE82BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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