Html Css Color HEX #DE80C2 Persian Pink

📋 copy color: '#DE80C2'

red 222 ◦ green 128 ◦ blue 194

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

Shades of Persian Pink #DE80C2

Tints of Persian Pink #DE80C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.66%

R = 40.81%
G = 23.53%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DE80C2 (or 0xDE80C2) is known color: Persian Pink. HEX triplet: DE, 80 and C2. RGB value is (222,128,194). Sum of RGB (Red+Green+Blue) = 222+128+194=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80C2 is #217F3D. Grayscale: #A3A3A3. Windows color (decimal): -2195262 or 12746974. OLE color: 12746974.

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

Color convert

RGB 222 128 194 -
CMYK 0 0.42 0.13 0.13
HSL 317.87º 0.59% 0.69% -
HSV(B) 317.87º 0.42% 0.87% -
XYZ 47.58 34.86 55.26 -
YUV 163.63 145.14 169.63 -
System Red Green Blue C M Y K H S L
Decimal 222 128 194 0 0.42 0.13 0.13 317.87 0.59 0.69
Hex DE 80 C2 0 2A D D 13E 3B 45
Octal 336 200 302 0 52 15 15 476 73 105
Binary 11011110 10000000 11000010 0 101010 1101 1101 100111110 111011 1000101

Color Harmonies of #DE80C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE80C2

Black with #DE80C2

Text Example


Text Example

White with #DE80C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE80C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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