Html Css Color HEX #DA7EBA Persian Pink

📋 copy color: '#DA7EBA'

red 218 ◦ green 126 ◦ blue 186

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

Shades of Persian Pink #DA7EBA

Tints of Persian Pink #DA7EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.77%

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

R = 41.13%
G = 23.77%
B = 35.09%

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

#DA7EBA (or 0xDA7EBA) is known color: Persian Pink. HEX triplet: DA, 7E and BA. RGB value is (218,126,186). Sum of RGB (Red+Green+Blue) = 218+126+186=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EBA is #258145. Grayscale: #A0A0A0. Windows color (decimal): -2457926 or 12222170. OLE color: 12222170.

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

Color convert

RGB 218 126 186 -
CMYK 0 0.42 0.15 0.15
HSL 320.87º 0.55% 0.67% -
HSV(B) 320.87º 0.42% 0.85% -
XYZ 45.24 33.37 50.51 -
YUV 160.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 218 126 186 0 0.42 0.15 0.15 320.87 0.55 0.67
Hex DA 7E BA 0 2A F F 141 37 43
Octal 332 176 272 0 52 17 17 501 67 103
Binary 11011010 1111110 10111010 0 101010 1111 1111 101000001 110111 1000011

Color Harmonies of #DA7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7EBA

Black with #DA7EBA

Text Example


Text Example

White with #DA7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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