Html Css Color HEX #DA7FB6 Persian Pink

📋 copy color: '#DA7FB6'

red 218 ◦ green 127 ◦ blue 182

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

Shades of Persian Pink #DA7FB6

Tints of Persian Pink #DA7FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.54%

R = 41.37%
G = 24.1%
B = 34.54%

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

#DA7FB6 (or 0xDA7FB6) is known color: Persian Pink. HEX triplet: DA, 7F and B6. RGB value is (218,127,182). Sum of RGB (Red+Green+Blue) = 218+127+182=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FB6 is #258049. Grayscale: #A0A0A0. Windows color (decimal): -2457674 or 11960282. OLE color: 11960282.

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

Color convert

RGB 218 127 182 -
CMYK 0 0.42 0.17 0.15
HSL 323.74º 0.55% 0.68% -
HSV(B) 323.74º 0.42% 0.85% -
XYZ 44.95 33.46 48.35 -
YUV 160.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 218 127 182 0 0.42 0.17 0.15 323.74 0.55 0.68
Hex DA 7F B6 0 2A 11 F 144 37 44
Octal 332 177 266 0 52 21 17 504 67 104
Binary 11011010 1111111 10110110 0 101010 10001 1111 101000100 110111 1000100

Color Harmonies of #DA7FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FB6

Black with #DA7FB6

Text Example


Text Example

White with #DA7FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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