Html Css Color HEX #DE73B6 Persian Pink

📋 copy color: '#DE73B6'

red 222 ◦ green 115 ◦ blue 182

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

Shades of Persian Pink #DE73B6

Tints of Persian Pink #DE73B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.07%

R = 42.77%
G = 22.16%
B = 35.07%

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

#DE73B6 (or 0xDE73B6) is known color: Persian Pink. HEX triplet: DE, 73 and B6. RGB value is (222,115,182). Sum of RGB (Red+Green+Blue) = 222+115+182=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE73B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE73B6 is #218C49. Grayscale: #9A9A9A. Windows color (decimal): -2198602 or 11957214. OLE color: 11957214.

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

Color convert

RGB 222 115 182 -
CMYK 0 0.48 0.18 0.13
HSL 322.43º 0.62% 0.66% -
HSV(B) 322.43º 0.48% 0.87% -
XYZ 44.7 31.17 47.92 -
YUV 154.63 143.45 176.05 -
System Red Green Blue C M Y K H S L
Decimal 222 115 182 0 0.48 0.18 0.13 322.43 0.62 0.66
Hex DE 73 B6 0 30 12 D 142 3E 42
Octal 336 163 266 0 60 22 15 502 76 102
Binary 11011110 1110011 10110110 0 110000 10010 1101 101000010 111110 1000010

Color Harmonies of #DE73B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE73B6

Black with #DE73B6

Text Example


Text Example

White with #DE73B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE73B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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