Html Css Color HEX #DE71B5 Persian Pink

📋 copy color: '#DE71B5'

red 222 ◦ green 113 ◦ blue 181

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

Shades of Persian Pink #DE71B5

Tints of Persian Pink #DE71B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.08%

R = 43.02%
G = 21.9%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DE71B5 (or 0xDE71B5) is known color: Persian Pink. HEX triplet: DE, 71 and B5. RGB value is (222,113,181). Sum of RGB (Red+Green+Blue) = 222+113+181=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE71B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE71B5 is #218E4A. Grayscale: #999999. Windows color (decimal): -2199115 or 11891166. OLE color: 11891166.

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

Color convert

RGB 222 113 181 -
CMYK 0 0.49 0.18 0.13
HSL 322.57º 0.62% 0.66% -
HSV(B) 322.57º 0.49% 0.87% -
XYZ 44.37 30.68 47.3 -
YUV 153.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 222 113 181 0 0.49 0.18 0.13 322.57 0.62 0.66
Hex DE 71 B5 0 31 12 D 143 3E 42
Octal 336 161 265 0 61 22 15 503 76 102
Binary 11011110 1110001 10110101 0 110001 10010 1101 101000011 111110 1000010

Color Harmonies of #DE71B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE71B5

Black with #DE71B5

Text Example


Text Example

White with #DE71B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE71B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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