Html Css Color HEX #DE82B7 Persian Pink

📋 copy color: '#DE82B7'

red 222 ◦ green 130 ◦ blue 183

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

Shades of Persian Pink #DE82B7

Tints of Persian Pink #DE82B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.21%

R = 41.5%
G = 24.3%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DE82B7 (or 0xDE82B7) is known color: Persian Pink. HEX triplet: DE, 82 and B7. RGB value is (222,130,183). Sum of RGB (Red+Green+Blue) = 222+130+183=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82B7 is #217D48. Grayscale: #A3A3A3. Windows color (decimal): -2194761 or 12026590. OLE color: 12026590.

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

Color convert

RGB 222 130 183 -
CMYK 0 0.41 0.18 0.13
HSL 325.43º 0.58% 0.69% -
HSV(B) 325.43º 0.41% 0.87% -
XYZ 46.65 34.91 49.08 -
YUV 163.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 222 130 183 0 0.41 0.18 0.13 325.43 0.58 0.69
Hex DE 82 B7 0 29 12 D 145 3A 45
Octal 336 202 267 0 51 22 15 505 72 105
Binary 11011110 10000010 10110111 0 101001 10010 1101 101000101 111010 1000101

Color Harmonies of #DE82B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE82B7

Black with #DE82B7

Text Example


Text Example

White with #DE82B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE82B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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