Html Css Color HEX #DE71BA Persian Pink

📋 copy color: '#DE71BA'

red 222 ◦ green 113 ◦ blue 186

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

Shades of Persian Pink #DE71BA

Tints of Persian Pink #DE71BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.69%

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

R = 42.61%
G = 21.69%
B = 35.7%

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

#DE71BA (or 0xDE71BA) is known color: Persian Pink. HEX triplet: DE, 71 and BA. RGB value is (222,113,186). Sum of RGB (Red+Green+Blue) = 222+113+186=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DE71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE71BA is #218E45. Grayscale: #999999. Windows color (decimal): -2199110 or 12218846. OLE color: 12218846.

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

Color convert

RGB 222 113 186 -
CMYK 0 0.49 0.16 0.13
HSL 319.82º 0.62% 0.66% -
HSV(B) 319.82º 0.49% 0.87% -
XYZ 44.89 30.89 50.05 -
YUV 153.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 222 113 186 0 0.49 0.16 0.13 319.82 0.62 0.66
Hex DE 71 BA 0 31 10 D 140 3E 42
Octal 336 161 272 0 61 20 15 500 76 102
Binary 11011110 1110001 10111010 0 110001 10000 1101 101000000 111110 1000010

Color Harmonies of #DE71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE71BA

Black with #DE71BA

Text Example


Text Example

White with #DE71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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