Html Css Color HEX #DD80C2 Persian Pink

📋 copy color: '#DD80C2'

red 221 ◦ green 128 ◦ blue 194

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

Shades of Persian Pink #DD80C2

Tints of Persian Pink #DD80C2

RGB

 RED value IS 221 (86.72% from 255) = 40.7%

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

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

R = 40.7%
G = 23.57%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD80C2 (or 0xDD80C2) is known color: Persian Pink. HEX triplet: DD, 80 and C2. RGB value is (221,128,194). Sum of RGB (Red+Green+Blue) = 221+128+194=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80C2 is #227F3D. Grayscale: #A3A3A3. Windows color (decimal): -2260798 or 12746973. OLE color: 12746973.

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

Color convert

RGB 221 128 194 -
CMYK 0 0.42 0.12 0.13
HSL 317.42º 0.58% 0.68% -
HSV(B) 317.42º 0.42% 0.87% -
XYZ 47.28 34.71 55.25 -
YUV 163.33 145.31 169.13 -
System Red Green Blue C M Y K H S L
Decimal 221 128 194 0 0.42 0.12 0.13 317.42 0.58 0.68
Hex DD 80 C2 0 2A C D 13D 3A 44
Octal 335 200 302 0 52 14 15 475 72 104
Binary 11011101 10000000 11000010 0 101010 1100 1101 100111101 111010 1000100

Color Harmonies of #DD80C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80C2

Black with #DD80C2

Text Example


Text Example

White with #DD80C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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