Html Css Color HEX #DE73B7 Persian Pink

📋 copy color: '#DE73B7'

red 222 ◦ green 115 ◦ blue 183

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

Shades of Persian Pink #DE73B7

Tints of Persian Pink #DE73B7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.12%

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

R = 42.69%
G = 22.12%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DE73B7 (or 0xDE73B7) is known color: Persian Pink. HEX triplet: DE, 73 and B7. RGB value is (222,115,183). Sum of RGB (Red+Green+Blue) = 222+115+183=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE73B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE73B7 is #218C48. Grayscale: #9A9A9A. Windows color (decimal): -2198601 or 12022750. OLE color: 12022750.

HSL color Cylindrical-coordinate representation of color #DE73B7: hue angle of 321.87º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE73B7 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 115 183 -
CMYK 0 0.48 0.18 0.13
HSL 321.87º 0.62% 0.66% -
HSV(B) 321.87º 0.48% 0.87% -
XYZ 44.8 31.21 48.46 -
YUV 154.75 143.95 175.97 -
System Red Green Blue C M Y K H S L
Decimal 222 115 183 0 0.48 0.18 0.13 321.87 0.62 0.66
Hex DE 73 B7 0 30 12 D 142 3E 42
Octal 336 163 267 0 60 22 15 502 76 102
Binary 11011110 1110011 10110111 0 110000 10010 1101 101000010 111110 1000010

Color Harmonies of #DE73B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE73B7

Black with #DE73B7

Text Example


Text Example

White with #DE73B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE73B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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