Html Css Color HEX #D4979F Careys Pink

📋 copy color: '#D4979F'

red 212 ◦ green 151 ◦ blue 159

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

Shades of Careys Pink #D4979F

Tints of Careys Pink #D4979F

RGB

 RED value IS 212 (83.2% from 255) = 40.61%

 GREEN value IS 151 (59.38% from 255) = 28.93%

 BLUE value IS 159 (62.5% from 255) = 30.46%

R = 40.61%
G = 28.93%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4979F (or 0xD4979F) is known color: Careys Pink. HEX triplet: D4, 97 and 9F. RGB value is (212,151,159). Sum of RGB (Red+Green+Blue) = 212+151+159=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4979F is #2B6860. Grayscale: #AAAAAA. Windows color (decimal): -2844769 or 10459092. OLE color: 10459092.

HSL color Cylindrical-coordinate representation of color #D4979F: hue angle of 352.13º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4979F is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 151 159 -
CMYK 0 0.29 0.25 0.17
HSL 352.13º 0.41% 0.71% -
HSV(B) 352.13º 0.29% 0.83% -
XYZ 44.48 38.63 37.91 -
YUV 170.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 212 151 159 0 0.29 0.25 0.17 352.13 0.41 0.71
Hex D4 97 9F 0 1D 19 11 160 29 47
Octal 324 227 237 0 35 31 21 540 51 107
Binary 11010100 10010111 10011111 0 11101 11001 10001 101100000 101001 1000111

Color Harmonies of #D4979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4979F

Black with #D4979F

Text Example


Text Example

White with #D4979F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4979F; }

 p { color: rgb(212,151,159); }

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

background-color css

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

 a { background-color: rgb(212,151,159); }

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

border-color css

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

 span { border-color: rgb(212,151,159); }

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