Html Css Color HEX #DA81BE Persian Pink

📋 copy color: '#DA81BE'

red 218 ◦ green 129 ◦ blue 190

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

Shades of Persian Pink #DA81BE

Tints of Persian Pink #DA81BE

RGB

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

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

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

R = 40.6%
G = 24.02%
B = 35.38%

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

#DA81BE (or 0xDA81BE) is known color: Persian Pink. HEX triplet: DA, 81 and BE. RGB value is (218,129,190). Sum of RGB (Red+Green+Blue) = 218+129+190=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81BE is #257E41. Grayscale: #A2A2A2. Windows color (decimal): -2457154 or 12485082. OLE color: 12485082.

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

Color convert

RGB 218 129 190 -
CMYK 0 0.41 0.13 0.15
HSL 318.88º 0.55% 0.68% -
HSV(B) 318.88º 0.41% 0.85% -
XYZ 46.06 34.32 52.91 -
YUV 162.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 218 129 190 0 0.41 0.13 0.15 318.88 0.55 0.68
Hex DA 81 BE 0 29 D F 13F 37 44
Octal 332 201 276 0 51 15 17 477 67 104
Binary 11011010 10000001 10111110 0 101001 1101 1111 100111111 110111 1000100

Color Harmonies of #DA81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA81BE

Black with #DA81BE

Text Example


Text Example

White with #DA81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA81BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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