Html Css Color HEX #DE83BF Persian Pink

📋 copy color: '#DE83BF'

red 222 ◦ green 131 ◦ blue 191

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

Shades of Persian Pink #DE83BF

Tints of Persian Pink #DE83BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.11%

R = 40.81%
G = 24.08%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DE83BF (or 0xDE83BF) is known color: Persian Pink. HEX triplet: DE, 83 and BF. RGB value is (222,131,191). Sum of RGB (Red+Green+Blue) = 222+131+191=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE83BF is #217C40. Grayscale: #A4A4A4. Windows color (decimal): -2194497 or 12551134. OLE color: 12551134.

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

Color convert

RGB 222 131 191 -
CMYK 0 0.41 0.14 0.13
HSL 320.44º 0.58% 0.69% -
HSV(B) 320.44º 0.41% 0.87% -
XYZ 47.64 35.52 53.64 -
YUV 165.05 142.65 168.62 -
System Red Green Blue C M Y K H S L
Decimal 222 131 191 0 0.41 0.14 0.13 320.44 0.58 0.69
Hex DE 83 BF 0 29 E D 140 3A 45
Octal 336 203 277 0 51 16 15 500 72 105
Binary 11011110 10000011 10111111 0 101001 1110 1101 101000000 111010 1000101

Color Harmonies of #DE83BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE83BF

Black with #DE83BF

Text Example


Text Example

White with #DE83BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE83BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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