Html Css Color HEX #DE80C0 Persian Pink

📋 copy color: '#DE80C0'

red 222 ◦ green 128 ◦ blue 192

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

Shades of Persian Pink #DE80C0

Tints of Persian Pink #DE80C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.42%

R = 40.96%
G = 23.62%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DE80C0 (or 0xDE80C0) is known color: Persian Pink. HEX triplet: DE, 80 and C0. RGB value is (222,128,192). Sum of RGB (Red+Green+Blue) = 222+128+192=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80C0 is #217F3F. Grayscale: #A3A3A3. Windows color (decimal): -2195264 or 12615902. OLE color: 12615902.

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

Color convert

RGB 222 128 192 -
CMYK 0 0.42 0.14 0.13
HSL 319.15º 0.59% 0.69% -
HSV(B) 319.15º 0.42% 0.87% -
XYZ 47.36 34.77 54.09 -
YUV 163.4 144.14 169.8 -
System Red Green Blue C M Y K H S L
Decimal 222 128 192 0 0.42 0.14 0.13 319.15 0.59 0.69
Hex DE 80 C0 0 2A E D 13F 3B 45
Octal 336 200 300 0 52 16 15 477 73 105
Binary 11011110 10000000 11000000 0 101010 1110 1101 100111111 111011 1000101

Color Harmonies of #DE80C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE80C0

Black with #DE80C0

Text Example


Text Example

White with #DE80C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE80C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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