Html Css Color HEX #DE71BC Persian Pink

📋 copy color: '#DE71BC'

red 222 ◦ green 113 ◦ blue 188

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

Shades of Persian Pink #DE71BC

Tints of Persian Pink #DE71BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.95%

R = 42.45%
G = 21.61%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DE71BC (or 0xDE71BC) is known color: Persian Pink. HEX triplet: DE, 71 and BC. RGB value is (222,113,188). Sum of RGB (Red+Green+Blue) = 222+113+188=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DE71BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE71BC is #218E43. Grayscale: #999999. Windows color (decimal): -2199108 or 12349918. OLE color: 12349918.

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

Color convert

RGB 222 113 188 -
CMYK 0 0.49 0.15 0.13
HSL 318.72º 0.62% 0.66% -
HSV(B) 318.72º 0.49% 0.87% -
XYZ 45.11 30.97 51.18 -
YUV 154.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 222 113 188 0 0.49 0.15 0.13 318.72 0.62 0.66
Hex DE 71 BC 0 31 F D 13F 3E 42
Octal 336 161 274 0 61 17 15 477 76 102
Binary 11011110 1110001 10111100 0 110001 1111 1101 100111111 111110 1000010

Color Harmonies of #DE71BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE71BC

Black with #DE71BC

Text Example


Text Example

White with #DE71BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE71BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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