Html Css Color HEX #D2979D Careys Pink

📋 copy color: '#D2979D'

red 210 ◦ green 151 ◦ blue 157

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

Shades of Careys Pink #D2979D

Tints of Careys Pink #D2979D

RGB

 RED value IS 210 (82.42% from 255) = 40.54%

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

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

R = 40.54%
G = 29.15%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2979D (or 0xD2979D) is known color: Careys Pink. HEX triplet: D2, 97 and 9D. RGB value is (210,151,157). Sum of RGB (Red+Green+Blue) = 210+151+157=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2979D is #2D6862. Grayscale: #A9A9A9. Windows color (decimal): -2975843 or 10328018. OLE color: 10328018.

HSL color Cylindrical-coordinate representation of color #D2979D: hue angle of 353.9º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2979D is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 151 157 -
CMYK 0 0.28 0.25 0.18
HSL 353.9º 0.4% 0.71% -
HSV(B) 353.9º 0.28% 0.82% -
XYZ 43.73 38.27 36.98 -
YUV 169.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 210 151 157 0 0.28 0.25 0.18 353.9 0.4 0.71
Hex D2 97 9D 0 1C 19 12 162 28 47
Octal 322 227 235 0 34 31 22 542 50 107
Binary 11010010 10010111 10011101 0 11100 11001 10010 101100010 101000 1000111

Color Harmonies of #D2979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2979D

Black with #D2979D

Text Example


Text Example

White with #D2979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2979D; }

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

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

background-color css

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

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

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

border-color css

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

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

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