Html Css Color HEX #DE71BD Persian Pink

📋 copy color: '#DE71BD'

red 222 ◦ green 113 ◦ blue 189

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

Shades of Persian Pink #DE71BD

Tints of Persian Pink #DE71BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 42.37%
G = 21.56%
B = 36.07%

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

#DE71BD (or 0xDE71BD) is known color: Persian Pink. HEX triplet: DE, 71 and BD. RGB value is (222,113,189). Sum of RGB (Red+Green+Blue) = 222+113+189=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DE71BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE71BD is #218E42. Grayscale: #9A9A9A. Windows color (decimal): -2199107 or 12415454. OLE color: 12415454.

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

Color convert

RGB 222 113 189 -
CMYK 0 0.49 0.15 0.13
HSL 318.17º 0.62% 0.66% -
HSV(B) 318.17º 0.49% 0.87% -
XYZ 45.21 31.01 51.75 -
YUV 154.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 222 113 189 0 0.49 0.15 0.13 318.17 0.62 0.66
Hex DE 71 BD 0 31 F D 13E 3E 42
Octal 336 161 275 0 61 17 15 476 76 102
Binary 11011110 1110001 10111101 0 110001 1111 1101 100111110 111110 1000010

Color Harmonies of #DE71BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE71BD

Black with #DE71BD

Text Example


Text Example

White with #DE71BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE71BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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