Html Css Color HEX #DE80B5 Persian Pink

📋 copy color: '#DE80B5'

red 222 ◦ green 128 ◦ blue 181

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

Shades of Persian Pink #DE80B5

Tints of Persian Pink #DE80B5

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.11%

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

R = 41.81%
G = 24.11%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DE80B5 (or 0xDE80B5) is known color: Persian Pink. HEX triplet: DE, 80 and B5. RGB value is (222,128,181). Sum of RGB (Red+Green+Blue) = 222+128+181=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80B5 is #217F4A. Grayscale: #A2A2A2. Windows color (decimal): -2195275 or 11895006. OLE color: 11895006.

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

Color convert

RGB 222 128 181 -
CMYK 0 0.42 0.18 0.13
HSL 326.17º 0.59% 0.69% -
HSV(B) 326.17º 0.42% 0.87% -
XYZ 46.18 34.3 47.9 -
YUV 162.15 138.64 170.69 -
System Red Green Blue C M Y K H S L
Decimal 222 128 181 0 0.42 0.18 0.13 326.17 0.59 0.69
Hex DE 80 B5 0 2A 12 D 146 3B 45
Octal 336 200 265 0 52 22 15 506 73 105
Binary 11011110 10000000 10110101 0 101010 10010 1101 101000110 111011 1000101

Color Harmonies of #DE80B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE80B5

Black with #DE80B5

Text Example


Text Example

White with #DE80B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE80B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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