Html Css Color HEX #D899A1 Careys Pink

📋 copy color: '#D899A1'

red 216 ◦ green 153 ◦ blue 161

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

Shades of Careys Pink #D899A1

Tints of Careys Pink #D899A1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.87%

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

R = 40.75%
G = 28.87%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D899A1 (or 0xD899A1) is known color: Careys Pink. HEX triplet: D8, 99 and A1. RGB value is (216,153,161). Sum of RGB (Red+Green+Blue) = 216+153+161=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D899A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D899A1 is #27665E. Grayscale: #ACACAC. Windows color (decimal): -2582111 or 10590680. OLE color: 10590680.

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

Color convert

RGB 216 153 161 -
CMYK 0 0.29 0.25 0.15
HSL 352.38º 0.45% 0.72% -
HSV(B) 352.38º 0.29% 0.85% -
XYZ 46.14 39.95 39 -
YUV 172.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 216 153 161 0 0.29 0.25 0.15 352.38 0.45 0.72
Hex D8 99 A1 0 1D 19 F 160 2D 48
Octal 330 231 241 0 35 31 17 540 55 110
Binary 11011000 10011001 10100001 0 11101 11001 1111 101100000 101101 1001000

Color Harmonies of #D899A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D899A1

Black with #D899A1

Text Example


Text Example

White with #D899A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D899A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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