Html Css Color HEX #DE73B5 Persian Pink

📋 copy color: '#DE73B5'

red 222 ◦ green 115 ◦ blue 181

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

Shades of Persian Pink #DE73B5

Tints of Persian Pink #DE73B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.94%

R = 42.86%
G = 22.2%
B = 34.94%

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

#DE73B5 (or 0xDE73B5) is known color: Persian Pink. HEX triplet: DE, 73 and B5. RGB value is (222,115,181). Sum of RGB (Red+Green+Blue) = 222+115+181=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE73B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE73B5 is #218C4A. Grayscale: #9A9A9A. Windows color (decimal): -2198603 or 11891678. OLE color: 11891678.

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

Color convert

RGB 222 115 181 -
CMYK 0 0.48 0.18 0.13
HSL 322.99º 0.62% 0.66% -
HSV(B) 322.99º 0.48% 0.87% -
XYZ 44.6 31.13 47.37 -
YUV 154.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 222 115 181 0 0.48 0.18 0.13 322.99 0.62 0.66
Hex DE 73 B5 0 30 12 D 143 3E 42
Octal 336 163 265 0 60 22 15 503 76 102
Binary 11011110 1110011 10110101 0 110000 10010 1101 101000011 111110 1000010

Color Harmonies of #DE73B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE73B5

Black with #DE73B5

Text Example


Text Example

White with #DE73B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE73B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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