Html Css Color HEX #DA80B7 Persian Pink

📋 copy color: '#DA80B7'

red 218 ◦ green 128 ◦ blue 183

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

Shades of Persian Pink #DA80B7

Tints of Persian Pink #DA80B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.59%

R = 41.21%
G = 24.2%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA80B7 (or 0xDA80B7) is known color: Persian Pink. HEX triplet: DA, 80 and B7. RGB value is (218,128,183). Sum of RGB (Red+Green+Blue) = 218+128+183=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80B7 is #257F48. Grayscale: #A1A1A1. Windows color (decimal): -2457417 or 12026074. OLE color: 12026074.

HSL color Cylindrical-coordinate representation of color #DA80B7: hue angle of 323.33º 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 #DA80B7 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 183 -
CMYK 0 0.41 0.16 0.15
HSL 323.33º 0.55% 0.68% -
HSV(B) 323.33º 0.41% 0.85% -
XYZ 45.18 33.76 48.94 -
YUV 161.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 218 128 183 0 0.41 0.16 0.15 323.33 0.55 0.68
Hex DA 80 B7 0 29 10 F 143 37 44
Octal 332 200 267 0 51 20 17 503 67 104
Binary 11011010 10000000 10110111 0 101001 10000 1111 101000011 110111 1000100

Color Harmonies of #DA80B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA80B7

Black with #DA80B7

Text Example


Text Example

White with #DA80B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA80B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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