Html Css Color HEX #D79FA8 Careys Pink

📋 copy color: '#D79FA8'

red 215 ◦ green 159 ◦ blue 168

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

Shades of Careys Pink #D79FA8

Tints of Careys Pink #D79FA8

RGB

 RED value IS 215 (84.38% from 255) = 39.67%

 GREEN value IS 159 (62.5% from 255) = 29.34%

 BLUE value IS 168 (66.02% from 255) = 31%

R = 39.67%
G = 29.34%
B = 31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D79FA8 (or 0xD79FA8) is known color: Careys Pink. HEX triplet: D7, 9F and A8. RGB value is (215,159,168). Sum of RGB (Red+Green+Blue) = 215+159+168=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D79FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79FA8 is #286057. Grayscale: #B0B0B0. Windows color (decimal): -2646104 or 11050967. OLE color: 11050967.

HSL color Cylindrical-coordinate representation of color #D79FA8: hue angle of 350.36º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D79FA8 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 159 168 -
CMYK 0 0.26 0.22 0.16
HSL 350.36º 0.41% 0.73% -
HSV(B) 350.36º 0.26% 0.84% -
XYZ 47.49 42.07 42.66 -
YUV 176.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 215 159 168 0 0.26 0.22 0.16 350.36 0.41 0.73
Hex D7 9F A8 0 1A 16 10 15E 29 49
Octal 327 237 250 0 32 26 20 536 51 111
Binary 11010111 10011111 10101000 0 11010 10110 10000 101011110 101001 1001001

Color Harmonies of #D79FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79FA8

Black with #D79FA8

Text Example


Text Example

White with #D79FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79FA8; }

 p { color: rgb(215,159,168); }

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

background-color css

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

 a { background-color: rgb(215,159,168); }

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

border-color css

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

 span { border-color: rgb(215,159,168); }

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