Html Css Color HEX #DE76BA Persian Pink

📋 copy color: '#DE76BA'

red 222 ◦ green 118 ◦ blue 186

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

Shades of Persian Pink #DE76BA

Tints of Persian Pink #DE76BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 42.21%
G = 22.43%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE76BA (or 0xDE76BA) is known color: Persian Pink. HEX triplet: DE, 76 and BA. RGB value is (222,118,186). Sum of RGB (Red+Green+Blue) = 222+118+186=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76BA is #218945. Grayscale: #9C9C9C. Windows color (decimal): -2197830 or 12220126. OLE color: 12220126.

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

Color convert

RGB 222 118 186 -
CMYK 0 0.47 0.16 0.13
HSL 320.77º 0.61% 0.67% -
HSV(B) 320.77º 0.47% 0.87% -
XYZ 45.47 32.03 50.24 -
YUV 156.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 222 118 186 0 0.47 0.16 0.13 320.77 0.61 0.67
Hex DE 76 BA 0 2F 10 D 141 3D 43
Octal 336 166 272 0 57 20 15 501 75 103
Binary 11011110 1110110 10111010 0 101111 10000 1101 101000001 111101 1000011

Color Harmonies of #DE76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE76BA

Black with #DE76BA

Text Example


Text Example

White with #DE76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE76BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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