Html Css Color HEX #DA7FBF Persian Pink

📋 copy color: '#DA7FBF'

red 218 ◦ green 127 ◦ blue 191

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

Shades of Persian Pink #DA7FBF

Tints of Persian Pink #DA7FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.63%

R = 40.67%
G = 23.69%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA7FBF (or 0xDA7FBF) is known color: Persian Pink. HEX triplet: DA, 7F and BF. RGB value is (218,127,191). Sum of RGB (Red+Green+Blue) = 218+127+191=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FBF is #258040. Grayscale: #A1A1A1. Windows color (decimal): -2457665 or 12550106. OLE color: 12550106.

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

Color convert

RGB 218 127 191 -
CMYK 0 0.42 0.12 0.15
HSL 317.8º 0.55% 0.68% -
HSV(B) 317.8º 0.42% 0.85% -
XYZ 45.91 33.85 53.4 -
YUV 161.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 218 127 191 0 0.42 0.12 0.15 317.8 0.55 0.68
Hex DA 7F BF 0 2A C F 13E 37 44
Octal 332 177 277 0 52 14 17 476 67 104
Binary 11011010 1111111 10111111 0 101010 1100 1111 100111110 110111 1000100

Color Harmonies of #DA7FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FBF

Black with #DA7FBF

Text Example


Text Example

White with #DA7FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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