Html Css Color HEX #DE76B5 Persian Pink

📋 copy color: '#DE76B5'

red 222 ◦ green 118 ◦ blue 181

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

Shades of Persian Pink #DE76B5

Tints of Persian Pink #DE76B5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.65%

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

R = 42.61%
G = 22.65%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DE76B5 (or 0xDE76B5) is known color: Persian Pink. HEX triplet: DE, 76 and B5. RGB value is (222,118,181). Sum of RGB (Red+Green+Blue) = 222+118+181=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76B5 is #21894A. Grayscale: #9C9C9C. Windows color (decimal): -2197835 or 11892446. OLE color: 11892446.

HSL color Cylindrical-coordinate representation of color #DE76B5: hue angle of 323.65º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE76B5 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 118 181 -
CMYK 0 0.47 0.18 0.13
HSL 323.65º 0.61% 0.67% -
HSV(B) 323.65º 0.47% 0.87% -
XYZ 44.94 31.82 47.49 -
YUV 156.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 222 118 181 0 0.47 0.18 0.13 323.65 0.61 0.67
Hex DE 76 B5 0 2F 12 D 144 3D 43
Octal 336 166 265 0 57 22 15 504 75 103
Binary 11011110 1110110 10110101 0 101111 10010 1101 101000100 111101 1000011

Color Harmonies of #DE76B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE76B5

Black with #DE76B5

Text Example


Text Example

White with #DE76B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE76B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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