Html Css Color HEX #DA7FC0 Persian Pink

📋 copy color: '#DA7FC0'

red 218 ◦ green 127 ◦ blue 192

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

Shades of Persian Pink #DA7FC0

Tints of Persian Pink #DA7FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 40.6%
G = 23.65%
B = 35.75%

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

#DA7FC0 (or 0xDA7FC0) is known color: Persian Pink. HEX triplet: DA, 7F and C0. RGB value is (218,127,192). Sum of RGB (Red+Green+Blue) = 218+127+192=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FC0 is #25803F. Grayscale: #A1A1A1. Windows color (decimal): -2457664 or 12615642. OLE color: 12615642.

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

Color convert

RGB 218 127 192 -
CMYK 0 0.42 0.12 0.15
HSL 317.14º 0.55% 0.68% -
HSV(B) 317.14º 0.42% 0.85% -
XYZ 46.02 33.89 53.99 -
YUV 161.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 218 127 192 0 0.42 0.12 0.15 317.14 0.55 0.68
Hex DA 7F C0 0 2A C F 13D 37 44
Octal 332 177 300 0 52 14 17 475 67 104
Binary 11011010 1111111 11000000 0 101010 1100 1111 100111101 110111 1000100

Color Harmonies of #DA7FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FC0

Black with #DA7FC0

Text Example


Text Example

White with #DA7FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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