Html Css Color HEX #D7989E Careys Pink

📋 copy color: '#D7989E'

red 215 ◦ green 152 ◦ blue 158

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

Shades of Careys Pink #D7989E

Tints of Careys Pink #D7989E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.95%

 BLUE value IS 158 (62.11% from 255) = 30.1%

R = 40.95%
G = 28.95%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7989E (or 0xD7989E) is known color: Careys Pink. HEX triplet: D7, 98 and 9E. RGB value is (215,152,158). Sum of RGB (Red+Green+Blue) = 215+152+158=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7989E is #286761. Grayscale: #ABABAB. Windows color (decimal): -2647906 or 10393815. OLE color: 10393815.

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

Color convert

RGB 215 152 158 -
CMYK 0 0.29 0.27 0.16
HSL 354.29º 0.44% 0.72% -
HSV(B) 354.29º 0.29% 0.84% -
XYZ 45.42 39.37 37.55 -
YUV 171.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 215 152 158 0 0.29 0.27 0.16 354.29 0.44 0.72
Hex D7 98 9E 0 1D 1B 10 162 2C 48
Octal 327 230 236 0 35 33 20 542 54 110
Binary 11010111 10011000 10011110 0 11101 11011 10000 101100010 101100 1001000

Color Harmonies of #D7989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7989E

Black with #D7989E

Text Example


Text Example

White with #D7989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7989E; }

 p { color: rgb(215,152,158); }

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

background-color css

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

 a { background-color: rgb(215,152,158); }

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

border-color css

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

 span { border-color: rgb(215,152,158); }

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