Html Css Color HEX #DA7FB7 Persian Pink

📋 copy color: '#DA7FB7'

red 218 ◦ green 127 ◦ blue 183

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

Shades of Persian Pink #DA7FB7

Tints of Persian Pink #DA7FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.66%

R = 41.29%
G = 24.05%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA7FB7 (or 0xDA7FB7) is known color: Persian Pink. HEX triplet: DA, 7F and B7. RGB value is (218,127,183). Sum of RGB (Red+Green+Blue) = 218+127+183=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FB7 is #258048. Grayscale: #A0A0A0. Windows color (decimal): -2457673 or 12025818. OLE color: 12025818.

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

Color convert

RGB 218 127 183 -
CMYK 0 0.42 0.16 0.15
HSL 323.08º 0.55% 0.68% -
HSV(B) 323.08º 0.42% 0.85% -
XYZ 45.05 33.5 48.89 -
YUV 160.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 218 127 183 0 0.42 0.16 0.15 323.08 0.55 0.68
Hex DA 7F B7 0 2A 10 F 143 37 44
Octal 332 177 267 0 52 20 17 503 67 104
Binary 11011010 1111111 10110111 0 101010 10000 1111 101000011 110111 1000100

Color Harmonies of #DA7FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FB7

Black with #DA7FB7

Text Example


Text Example

White with #DA7FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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