Html Css Color HEX #DA81BD Persian Pink

📋 copy color: '#DA81BD'

red 218 ◦ green 129 ◦ blue 189

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

Shades of Persian Pink #DA81BD

Tints of Persian Pink #DA81BD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.07%

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

R = 40.67%
G = 24.07%
B = 35.26%

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

#DA81BD (or 0xDA81BD) is known color: Persian Pink. HEX triplet: DA, 81 and BD. RGB value is (218,129,189). Sum of RGB (Red+Green+Blue) = 218+129+189=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81BD is #257E42. Grayscale: #A2A2A2. Windows color (decimal): -2457155 or 12419546. OLE color: 12419546.

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

Color convert

RGB 218 129 189 -
CMYK 0 0.41 0.13 0.15
HSL 319.55º 0.55% 0.68% -
HSV(B) 319.55º 0.41% 0.85% -
XYZ 45.95 34.28 52.34 -
YUV 162.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 218 129 189 0 0.41 0.13 0.15 319.55 0.55 0.68
Hex DA 81 BD 0 29 D F 140 37 44
Octal 332 201 275 0 51 15 17 500 67 104
Binary 11011010 10000001 10111101 0 101001 1101 1111 101000000 110111 1000100

Color Harmonies of #DA81BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA81BD

Black with #DA81BD

Text Example


Text Example

White with #DA81BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA81BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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