Html Css Color HEX #DA80BD Persian Pink

📋 copy color: '#DA80BD'

red 218 ◦ green 128 ◦ blue 189

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

Shades of Persian Pink #DA80BD

Tints of Persian Pink #DA80BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.33%

R = 40.75%
G = 23.93%
B = 35.33%

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

#DA80BD (or 0xDA80BD) is known color: Persian Pink. HEX triplet: DA, 80 and BD. RGB value is (218,128,189). Sum of RGB (Red+Green+Blue) = 218+128+189=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80BD is #257F42. Grayscale: #A1A1A1. Windows color (decimal): -2457411 or 12419290. OLE color: 12419290.

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

Color convert

RGB 218 128 189 -
CMYK 0 0.41 0.13 0.15
HSL 319.33º 0.55% 0.68% -
HSV(B) 319.33º 0.41% 0.85% -
XYZ 45.82 34.02 52.3 -
YUV 161.86 143.32 168.04 -
System Red Green Blue C M Y K H S L
Decimal 218 128 189 0 0.41 0.13 0.15 319.33 0.55 0.68
Hex DA 80 BD 0 29 D F 13F 37 44
Octal 332 200 275 0 51 15 17 477 67 104
Binary 11011010 10000000 10111101 0 101001 1101 1111 100111111 110111 1000100

Color Harmonies of #DA80BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA80BD

Black with #DA80BD

Text Example


Text Example

White with #DA80BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA80BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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