Html Css Color HEX #DA80BE Persian Pink

📋 copy color: '#DA80BE'

red 218 ◦ green 128 ◦ blue 190

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

Shades of Persian Pink #DA80BE

Tints of Persian Pink #DA80BE

RGB

 RED value IS 218 (85.55% from 255) = 40.67%

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

 BLUE value IS 190 (74.61% from 255) = 35.45%

R = 40.67%
G = 23.88%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA80BE (or 0xDA80BE) is known color: Persian Pink. HEX triplet: DA, 80 and BE. RGB value is (218,128,190). Sum of RGB (Red+Green+Blue) = 218+128+190=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80BE is #257F41. Grayscale: #A1A1A1. Windows color (decimal): -2457410 or 12484826. OLE color: 12484826.

HSL color Cylindrical-coordinate representation of color #DA80BE: hue angle of 318.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA80BE is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 190 -
CMYK 0 0.41 0.13 0.15
HSL 318.67º 0.55% 0.68% -
HSV(B) 318.67º 0.41% 0.85% -
XYZ 45.93 34.06 52.87 -
YUV 161.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 218 128 190 0 0.41 0.13 0.15 318.67 0.55 0.68
Hex DA 80 BE 0 29 D F 13F 37 44
Octal 332 200 276 0 51 15 17 477 67 104
Binary 11011010 10000000 10111110 0 101001 1101 1111 100111111 110111 1000100

Color Harmonies of #DA80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA80BE

Black with #DA80BE

Text Example


Text Example

White with #DA80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA80BE; }

 p { color: rgb(218,128,190); }

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

background-color css

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

 a { background-color: rgb(218,128,190); }

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

border-color css

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

 span { border-color: rgb(218,128,190); }

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