Html Css Color HEX #DE70BA Persian Pink

📋 copy color: '#DE70BA'

red 222 ◦ green 112 ◦ blue 186

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

Shades of Persian Pink #DE70BA

Tints of Persian Pink #DE70BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.54%

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

R = 42.69%
G = 21.54%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE70BA (or 0xDE70BA) is known color: Persian Pink. HEX triplet: DE, 70 and BA. RGB value is (222,112,186). Sum of RGB (Red+Green+Blue) = 222+112+186=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE70BA is #218F45. Grayscale: #999999. Windows color (decimal): -2199366 or 12218590. OLE color: 12218590.

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

Color convert

RGB 222 112 186 -
CMYK 0 0.50 0.16 0.13
HSL 319.64º 0.63% 0.65% -
HSV(B) 319.64º 0.5% 0.87% -
XYZ 44.78 30.66 50.01 -
YUV 153.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 222 112 186 0 0.50 0.16 0.13 319.64 0.63 0.65
Hex DE 70 BA 0 32 10 D 140 3E 41
Octal 336 160 272 0 62 20 15 500 76 101
Binary 11011110 1110000 10111010 0 110010 10000 1101 101000000 111110 1000001

Color Harmonies of #DE70BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE70BA

Black with #DE70BA

Text Example


Text Example

White with #DE70BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE70BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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