Html Css Color HEX #DA7EBE Persian Pink

📋 copy color: '#DA7EBE'

red 218 ◦ green 126 ◦ blue 190

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

Shades of Persian Pink #DA7EBE

Tints of Persian Pink #DA7EBE

RGB

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

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

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

R = 40.82%
G = 23.6%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA7EBE (or 0xDA7EBE) is known color: Persian Pink. HEX triplet: DA, 7E and BE. RGB value is (218,126,190). Sum of RGB (Red+Green+Blue) = 218+126+190=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EBE is #258141. Grayscale: #A0A0A0. Windows color (decimal): -2457922 or 12484314. OLE color: 12484314.

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

Color convert

RGB 218 126 190 -
CMYK 0 0.42 0.13 0.15
HSL 318.26º 0.55% 0.67% -
HSV(B) 318.26º 0.42% 0.85% -
XYZ 45.67 33.54 52.78 -
YUV 160.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 218 126 190 0 0.42 0.13 0.15 318.26 0.55 0.67
Hex DA 7E BE 0 2A D F 13E 37 43
Octal 332 176 276 0 52 15 17 476 67 103
Binary 11011010 1111110 10111110 0 101010 1101 1111 100111110 110111 1000011

Color Harmonies of #DA7EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7EBE

Black with #DA7EBE

Text Example


Text Example

White with #DA7EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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