Html Css Color HEX #D3979D Careys Pink

📋 copy color: '#D3979D'

red 211 ◦ green 151 ◦ blue 157

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

Shades of Careys Pink #D3979D

Tints of Careys Pink #D3979D

RGB

 RED value IS 211 (82.81% from 255) = 40.66%

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

 BLUE value IS 157 (61.72% from 255) = 30.25%

R = 40.66%
G = 29.09%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D3979D (or 0xD3979D) is known color: Careys Pink. HEX triplet: D3, 97 and 9D. RGB value is (211,151,157). Sum of RGB (Red+Green+Blue) = 211+151+157=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D3979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3979D is #2C6862. Grayscale: #A9A9A9. Windows color (decimal): -2910307 or 10328019. OLE color: 10328019.

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

Color convert

RGB 211 151 157 -
CMYK 0 0.28 0.26 0.17
HSL 354º 0.41% 0.71% -
HSV(B) 354º 0.28% 0.83% -
XYZ 44.02 38.42 36.99 -
YUV 169.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 211 151 157 0 0.28 0.26 0.17 354 0.41 0.71
Hex D3 97 9D 0 1C 1A 11 162 29 47
Octal 323 227 235 0 34 32 21 542 51 107
Binary 11010011 10010111 10011101 0 11100 11010 10001 101100010 101001 1000111

Color Harmonies of #D3979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3979D

Black with #D3979D

Text Example


Text Example

White with #D3979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3979D; }

 p { color: rgb(211,151,157); }

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

background-color css

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

 a { background-color: rgb(211,151,157); }

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

border-color css

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

 span { border-color: rgb(211,151,157); }

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