Html Css Color HEX #DA82BD Persian Pink

📋 copy color: '#DA82BD'

red 218 ◦ green 130 ◦ blue 189

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

Shades of Persian Pink #DA82BD

Tints of Persian Pink #DA82BD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.21%

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

R = 40.6%
G = 24.21%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA82BD (or 0xDA82BD) is known color: Persian Pink. HEX triplet: DA, 82 and BD. RGB value is (218,130,189). Sum of RGB (Red+Green+Blue) = 218+130+189=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82BD is #257D42. Grayscale: #A2A2A2. Windows color (decimal): -2456899 or 12419802. OLE color: 12419802.

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

Color convert

RGB 218 130 189 -
CMYK 0 0.40 0.13 0.15
HSL 319.77º 0.54% 0.68% -
HSV(B) 319.77º 0.4% 0.85% -
XYZ 46.08 34.54 52.38 -
YUV 163.04 142.65 167.2 -
System Red Green Blue C M Y K H S L
Decimal 218 130 189 0 0.40 0.13 0.15 319.77 0.54 0.68
Hex DA 82 BD 0 28 D F 140 36 44
Octal 332 202 275 0 50 15 17 500 66 104
Binary 11011010 10000010 10111101 0 101000 1101 1111 101000000 110110 1000100

Color Harmonies of #DA82BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA82BD

Black with #DA82BD

Text Example


Text Example

White with #DA82BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA82BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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