Html Css Color HEX #D3989B Careys Pink

📋 copy color: '#D3989B'

red 211 ◦ green 152 ◦ blue 155

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

Shades of Careys Pink #D3989B

Tints of Careys Pink #D3989B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.92%

R = 40.73%
G = 29.34%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D3989B (or 0xD3989B) is known color: Careys Pink. HEX triplet: D3, 98 and 9B. RGB value is (211,152,155). Sum of RGB (Red+Green+Blue) = 211+152+155=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D3989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3989B is #2C6764. Grayscale: #AAAAAA. Windows color (decimal): -2910053 or 10197203. OLE color: 10197203.

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

Color convert

RGB 211 152 155 -
CMYK 0 0.28 0.27 0.17
HSL 356.95º 0.4% 0.71% -
HSV(B) 356.95º 0.28% 0.83% -
XYZ 44.01 38.67 36.16 -
YUV 169.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 211 152 155 0 0.28 0.27 0.17 356.95 0.4 0.71
Hex D3 98 9B 0 1C 1B 11 165 28 47
Octal 323 230 233 0 34 33 21 545 50 107
Binary 11010011 10011000 10011011 0 11100 11011 10001 101100101 101000 1000111

Color Harmonies of #D3989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3989B

Black with #D3989B

Text Example


Text Example

White with #D3989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3989B; }

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

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

background-color css

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

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

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

border-color css

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

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

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