Html Css Color HEX #DA7FBA Persian Pink

📋 copy color: '#DA7FBA'

red 218 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #DA7FBA

Tints of Persian Pink #DA7FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 23.92%

 BLUE value IS 186 (73.05% from 255) = 35.03%

R = 41.05%
G = 23.92%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA7FBA (or 0xDA7FBA) is known color: Persian Pink. HEX triplet: DA, 7F and BA. RGB value is (218,127,186). Sum of RGB (Red+Green+Blue) = 218+127+186=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FBA is #258045. Grayscale: #A0A0A0. Windows color (decimal): -2457670 or 12222426. OLE color: 12222426.

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

Color convert

RGB 218 127 186 -
CMYK 0 0.42 0.15 0.15
HSL 321.1º 0.55% 0.68% -
HSV(B) 321.1º 0.42% 0.85% -
XYZ 45.37 33.63 50.55 -
YUV 160.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 218 127 186 0 0.42 0.15 0.15 321.1 0.55 0.68
Hex DA 7F BA 0 2A F F 141 37 44
Octal 332 177 272 0 52 17 17 501 67 104
Binary 11011010 1111111 10111010 0 101010 1111 1111 101000001 110111 1000100

Color Harmonies of #DA7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FBA

Black with #DA7FBA

Text Example


Text Example

White with #DA7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FBA; }

 p { color: rgb(218,127,186); }

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

background-color css

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

 a { background-color: rgb(218,127,186); }

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

border-color css

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

 span { border-color: rgb(218,127,186); }

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