Html Css Color HEX #DE72BA Persian Pink

📋 copy color: '#DE72BA'

red 222 ◦ green 114 ◦ blue 186

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

Shades of Persian Pink #DE72BA

Tints of Persian Pink #DE72BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.84%

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 42.53%
G = 21.84%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE72BA (or 0xDE72BA) is known color: Persian Pink. HEX triplet: DE, 72 and BA. RGB value is (222,114,186). Sum of RGB (Red+Green+Blue) = 222+114+186=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DE72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE72BA is #218D45. Grayscale: #9A9A9A. Windows color (decimal): -2198854 or 12219102. OLE color: 12219102.

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

Color convert

RGB 222 114 186 -
CMYK 0 0.49 0.16 0.13
HSL 320º 0.62% 0.66% -
HSV(B) 320º 0.49% 0.87% -
XYZ 45 31.11 50.09 -
YUV 154.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 222 114 186 0 0.49 0.16 0.13 320 0.62 0.66
Hex DE 72 BA 0 31 10 D 140 3E 42
Octal 336 162 272 0 61 20 15 500 76 102
Binary 11011110 1110010 10111010 0 110001 10000 1101 101000000 111110 1000010

Color Harmonies of #DE72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE72BA

Black with #DE72BA

Text Example


Text Example

White with #DE72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE72BA; }

 p { color: rgb(222,114,186); }

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

background-color css

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

 a { background-color: rgb(222,114,186); }

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

border-color css

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

 span { border-color: rgb(222,114,186); }

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