Html Css Color HEX #D896A1 Careys Pink

📋 copy color: '#D896A1'

red 216 ◦ green 150 ◦ blue 161

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

Shades of Careys Pink #D896A1

Tints of Careys Pink #D896A1

RGB

 RED value IS 216 (84.77% from 255) = 40.99%

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

 BLUE value IS 161 (63.28% from 255) = 30.55%

R = 40.99%
G = 28.46%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D896A1 (or 0xD896A1) is known color: Careys Pink. HEX triplet: D8, 96 and A1. RGB value is (216,150,161). Sum of RGB (Red+Green+Blue) = 216+150+161=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D896A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D896A1 is #27695E. Grayscale: #ABABAB. Windows color (decimal): -2582879 or 10589912. OLE color: 10589912.

HSL color Cylindrical-coordinate representation of color #D896A1: hue angle of 350º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D896A1 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 150 161 -
CMYK 0 0.31 0.25 0.15
HSL 350º 0.46% 0.72% -
HSV(B) 350º 0.31% 0.85% -
XYZ 45.66 38.98 38.84 -
YUV 170.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 216 150 161 0 0.31 0.25 0.15 350 0.46 0.72
Hex D8 96 A1 0 1F 19 F 15E 2E 48
Octal 330 226 241 0 37 31 17 536 56 110
Binary 11011000 10010110 10100001 0 11111 11001 1111 101011110 101110 1001000

Color Harmonies of #D896A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896A1

Black with #D896A1

Text Example


Text Example

White with #D896A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896A1; }

 p { color: rgb(216,150,161); }

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

background-color css

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

 a { background-color: rgb(216,150,161); }

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

border-color css

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

 span { border-color: rgb(216,150,161); }

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