Html Css Color HEX #DE83BA Persian Pink

📋 copy color: '#DE83BA'

red 222 ◦ green 131 ◦ blue 186

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

Shades of Persian Pink #DE83BA

Tints of Persian Pink #DE83BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.3%

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

R = 41.19%
G = 24.3%
B = 34.51%

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

#DE83BA (or 0xDE83BA) is known color: Persian Pink. HEX triplet: DE, 83 and BA. RGB value is (222,131,186). Sum of RGB (Red+Green+Blue) = 222+131+186=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE83BA is #217C45. Grayscale: #A4A4A4. Windows color (decimal): -2194502 or 12223454. OLE color: 12223454.

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

Color convert

RGB 222 131 186 -
CMYK 0 0.41 0.16 0.13
HSL 323.74º 0.58% 0.69% -
HSV(B) 323.74º 0.41% 0.87% -
XYZ 47.1 35.31 50.79 -
YUV 164.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 222 131 186 0 0.41 0.16 0.13 323.74 0.58 0.69
Hex DE 83 BA 0 29 10 D 144 3A 45
Octal 336 203 272 0 51 20 15 504 72 105
Binary 11011110 10000011 10111010 0 101001 10000 1101 101000100 111010 1000101

Color Harmonies of #DE83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE83BA

Black with #DE83BA

Text Example


Text Example

White with #DE83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE83BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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