Html Css Color HEX #DE81BA Persian Pink

📋 copy color: '#DE81BA'

red 222 ◦ green 129 ◦ blue 186

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

Shades of Persian Pink #DE81BA

Tints of Persian Pink #DE81BA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.02%

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

R = 41.34%
G = 24.02%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE81BA (or 0xDE81BA) is known color: Persian Pink. HEX triplet: DE, 81 and BA. RGB value is (222,129,186). Sum of RGB (Red+Green+Blue) = 222+129+186=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81BA is #217E45. Grayscale: #A3A3A3. Windows color (decimal): -2195014 or 12222942. OLE color: 12222942.

HSL color Cylindrical-coordinate representation of color #DE81BA: hue angle of 323.23º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE81BA is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 129 186 -
CMYK 0 0.42 0.16 0.13
HSL 323.23º 0.58% 0.69% -
HSV(B) 323.23º 0.42% 0.87% -
XYZ 46.84 34.78 50.7 -
YUV 163.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 222 129 186 0 0.42 0.16 0.13 323.23 0.58 0.69
Hex DE 81 BA 0 2A 10 D 143 3A 45
Octal 336 201 272 0 52 20 15 503 72 105
Binary 11011110 10000001 10111010 0 101010 10000 1101 101000011 111010 1000101

Color Harmonies of #DE81BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE81BA

Black with #DE81BA

Text Example


Text Example

White with #DE81BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE81BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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