Html Css Color HEX #D3989E Careys Pink

📋 copy color: '#D3989E'

red 211 ◦ green 152 ◦ blue 158

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

Shades of Careys Pink #D3989E

Tints of Careys Pink #D3989E

RGB

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

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

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

R = 40.5%
G = 29.17%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D3989E (or 0xD3989E) is known color: Careys Pink. HEX triplet: D3, 98 and 9E. RGB value is (211,152,158). Sum of RGB (Red+Green+Blue) = 211+152+158=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D3989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3989E is #2C6761. Grayscale: #AAAAAA. Windows color (decimal): -2910050 or 10393811. OLE color: 10393811.

HSL color Cylindrical-coordinate representation of color #D3989E: hue angle of 353.9º degrees, saturation: 0.4, 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 #D3989E is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 152 158 -
CMYK 0 0.28 0.25 0.17
HSL 353.9º 0.4% 0.71% -
HSV(B) 353.9º 0.28% 0.83% -
XYZ 44.26 38.77 37.5 -
YUV 170.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 211 152 158 0 0.28 0.25 0.17 353.9 0.4 0.71
Hex D3 98 9E 0 1C 19 11 162 28 47
Octal 323 230 236 0 34 31 21 542 50 107
Binary 11010011 10011000 10011110 0 11100 11001 10001 101100010 101000 1000111

Color Harmonies of #D3989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3989E

Black with #D3989E

Text Example


Text Example

White with #D3989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3989E; }

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

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

background-color css

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

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

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

border-color css

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

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

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