Html Css Color HEX #D5979D Careys Pink

📋 copy color: '#D5979D'

red 213 ◦ green 151 ◦ blue 157

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

Shades of Careys Pink #D5979D

Tints of Careys Pink #D5979D

RGB

 RED value IS 213 (83.59% from 255) = 40.88%

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

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

R = 40.88%
G = 28.98%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5979D (or 0xD5979D) is known color: Careys Pink. HEX triplet: D5, 97 and 9D. RGB value is (213,151,157). Sum of RGB (Red+Green+Blue) = 213+151+157=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5979D is #2A6862. Grayscale: #AAAAAA. Windows color (decimal): -2779235 or 10328021. OLE color: 10328021.

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

Color convert

RGB 213 151 157 -
CMYK 0 0.29 0.26 0.16
HSL 354.19º 0.42% 0.71% -
HSV(B) 354.19º 0.29% 0.84% -
XYZ 44.59 38.71 37.02 -
YUV 170.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 213 151 157 0 0.29 0.26 0.16 354.19 0.42 0.71
Hex D5 97 9D 0 1D 1A 10 162 2A 47
Octal 325 227 235 0 35 32 20 542 52 107
Binary 11010101 10010111 10011101 0 11101 11010 10000 101100010 101010 1000111

Color Harmonies of #D5979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5979D

Black with #D5979D

Text Example


Text Example

White with #D5979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5979D; }

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

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

background-color css

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

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

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

border-color css

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

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

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