Html Css Color HEX #DE71BE Persian Pink

📋 copy color: '#DE71BE'

red 222 ◦ green 113 ◦ blue 190

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

Shades of Persian Pink #DE71BE

Tints of Persian Pink #DE71BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 42.29%
G = 21.52%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DE71BE (or 0xDE71BE) is known color: Persian Pink. HEX triplet: DE, 71 and BE. RGB value is (222,113,190). Sum of RGB (Red+Green+Blue) = 222+113+190=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DE71BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE71BE is #218E41. Grayscale: #9A9A9A. Windows color (decimal): -2199106 or 12480990. OLE color: 12480990.

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

Color convert

RGB 222 113 190 -
CMYK 0 0.49 0.14 0.13
HSL 317.61º 0.62% 0.66% -
HSV(B) 317.61º 0.49% 0.87% -
XYZ 45.32 31.06 52.32 -
YUV 154.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 222 113 190 0 0.49 0.14 0.13 317.61 0.62 0.66
Hex DE 71 BE 0 31 E D 13E 3E 42
Octal 336 161 276 0 61 16 15 476 76 102
Binary 11011110 1110001 10111110 0 110001 1110 1101 100111110 111110 1000010

Color Harmonies of #DE71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE71BE

Black with #DE71BE

Text Example


Text Example

White with #DE71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE71BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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