Html Css Color HEX #DA7FB5 Persian Pink

📋 copy color: '#DA7FB5'

red 218 ◦ green 127 ◦ blue 181

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

Shades of Persian Pink #DA7FB5

Tints of Persian Pink #DA7FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.41%

R = 41.44%
G = 24.14%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA7FB5 (or 0xDA7FB5) is known color: Persian Pink. HEX triplet: DA, 7F and B5. RGB value is (218,127,181). Sum of RGB (Red+Green+Blue) = 218+127+181=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FB5 is #25804A. Grayscale: #A0A0A0. Windows color (decimal): -2457675 or 11894746. OLE color: 11894746.

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

Color convert

RGB 218 127 181 -
CMYK 0 0.42 0.17 0.15
HSL 324.4º 0.55% 0.68% -
HSV(B) 324.4º 0.42% 0.85% -
XYZ 44.84 33.42 47.8 -
YUV 160.37 139.65 169.11 -
System Red Green Blue C M Y K H S L
Decimal 218 127 181 0 0.42 0.17 0.15 324.4 0.55 0.68
Hex DA 7F B5 0 2A 11 F 144 37 44
Octal 332 177 265 0 52 21 17 504 67 104
Binary 11011010 1111111 10110101 0 101010 10001 1111 101000100 110111 1000100

Color Harmonies of #DA7FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FB5

Black with #DA7FB5

Text Example


Text Example

White with #DA7FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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