Html Css Color HEX #DA7FBE Persian Pink

📋 copy color: '#DA7FBE'

red 218 ◦ green 127 ◦ blue 190

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

Shades of Persian Pink #DA7FBE

Tints of Persian Pink #DA7FBE

RGB

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

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

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

R = 40.75%
G = 23.74%
B = 35.51%

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

#DA7FBE (or 0xDA7FBE) is known color: Persian Pink. HEX triplet: DA, 7F and BE. RGB value is (218,127,190). Sum of RGB (Red+Green+Blue) = 218+127+190=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FBE is #258041. Grayscale: #A1A1A1. Windows color (decimal): -2457666 or 12484570. OLE color: 12484570.

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

Color convert

RGB 218 127 190 -
CMYK 0 0.42 0.13 0.15
HSL 318.46º 0.55% 0.68% -
HSV(B) 318.46º 0.42% 0.85% -
XYZ 45.8 33.8 52.83 -
YUV 161.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 218 127 190 0 0.42 0.13 0.15 318.46 0.55 0.68
Hex DA 7F BE 0 2A D F 13E 37 44
Octal 332 177 276 0 52 15 17 476 67 104
Binary 11011010 1111111 10111110 0 101010 1101 1111 100111110 110111 1000100

Color Harmonies of #DA7FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FBE

Black with #DA7FBE

Text Example


Text Example

White with #DA7FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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