Html Css Color HEX #DE83BC Persian Pink

📋 copy color: '#DE83BC'

red 222 ◦ green 131 ◦ blue 188

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

Shades of Persian Pink #DE83BC

Tints of Persian Pink #DE83BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.75%

R = 41.04%
G = 24.21%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DE83BC (or 0xDE83BC) is known color: Persian Pink. HEX triplet: DE, 83 and BC. RGB value is (222,131,188). Sum of RGB (Red+Green+Blue) = 222+131+188=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE83BC is #217C43. Grayscale: #A4A4A4. Windows color (decimal): -2194500 or 12354526. OLE color: 12354526.

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

Color convert

RGB 222 131 188 -
CMYK 0 0.41 0.15 0.13
HSL 322.42º 0.58% 0.69% -
HSV(B) 322.42º 0.41% 0.87% -
XYZ 47.32 35.39 51.91 -
YUV 164.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 222 131 188 0 0.41 0.15 0.13 322.42 0.58 0.69
Hex DE 83 BC 0 29 F D 142 3A 45
Octal 336 203 274 0 51 17 15 502 72 105
Binary 11011110 10000011 10111100 0 101001 1111 1101 101000010 111010 1000101

Color Harmonies of #DE83BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE83BC

Black with #DE83BC

Text Example


Text Example

White with #DE83BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE83BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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