Html Css Color HEX #DE73AF Persian Pink

📋 copy color: '#DE73AF'

red 222 ◦ green 115 ◦ blue 175

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

Shades of Persian Pink #DE73AF

Tints of Persian Pink #DE73AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.18%

R = 43.36%
G = 22.46%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE73AF (or 0xDE73AF) is known color: Persian Pink. HEX triplet: DE, 73 and AF. RGB value is (222,115,175). Sum of RGB (Red+Green+Blue) = 222+115+175=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE73AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE73AF is #218C50. Grayscale: #999999. Windows color (decimal): -2198609 or 11498462. OLE color: 11498462.

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

Color convert

RGB 222 115 175 -
CMYK 0 0.48 0.21 0.13
HSL 326.36º 0.62% 0.66% -
HSV(B) 326.36º 0.48% 0.87% -
XYZ 43.99 30.89 44.2 -
YUV 153.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 222 115 175 0 0.48 0.21 0.13 326.36 0.62 0.66
Hex DE 73 AF 0 30 15 D 146 3E 42
Octal 336 163 257 0 60 25 15 506 76 102
Binary 11011110 1110011 10101111 0 110000 10101 1101 101000110 111110 1000010

Color Harmonies of #DE73AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE73AF

Black with #DE73AF

Text Example


Text Example

White with #DE73AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE73AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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