Html Css Color HEX #D3969D Careys Pink

📋 copy color: '#D3969D'

red 211 ◦ green 150 ◦ blue 157

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

Shades of Careys Pink #D3969D

Tints of Careys Pink #D3969D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.96%

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

R = 40.73%
G = 28.96%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D3969D (or 0xD3969D) is known color: Careys Pink. HEX triplet: D3, 96 and 9D. RGB value is (211,150,157). Sum of RGB (Red+Green+Blue) = 211+150+157=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D3969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3969D is #2C6962. Grayscale: #A9A9A9. Windows color (decimal): -2910563 or 10327763. OLE color: 10327763.

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

Color convert

RGB 211 150 157 -
CMYK 0 0.29 0.26 0.17
HSL 353.11º 0.41% 0.71% -
HSV(B) 353.11º 0.29% 0.83% -
XYZ 43.86 38.1 36.94 -
YUV 169.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 211 150 157 0 0.29 0.26 0.17 353.11 0.41 0.71
Hex D3 96 9D 0 1D 1A 11 161 29 47
Octal 323 226 235 0 35 32 21 541 51 107
Binary 11010011 10010110 10011101 0 11101 11010 10001 101100001 101001 1000111

Color Harmonies of #D3969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3969D

Black with #D3969D

Text Example


Text Example

White with #D3969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3969D; }

 p { color: rgb(211,150,157); }

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

background-color css

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

 a { background-color: rgb(211,150,157); }

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

border-color css

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

 span { border-color: rgb(211,150,157); }

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