Html Css Color HEX #D896A2 Careys Pink

📋 copy color: '#D896A2'

red 216 ◦ green 150 ◦ blue 162

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

Shades of Careys Pink #D896A2

Tints of Careys Pink #D896A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.68%

R = 40.91%
G = 28.41%
B = 30.68%

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

#D896A2 (or 0xD896A2) is known color: Careys Pink. HEX triplet: D8, 96 and A2. RGB value is (216,150,162). Sum of RGB (Red+Green+Blue) = 216+150+162=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D896A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D896A2 is #27695D. Grayscale: #ABABAB. Windows color (decimal): -2582878 or 10655448. OLE color: 10655448.

HSL color Cylindrical-coordinate representation of color #D896A2: hue angle of 349.09º 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 #D896A2 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 150 162 -
CMYK 0 0.31 0.25 0.15
HSL 349.09º 0.46% 0.72% -
HSV(B) 349.09º 0.31% 0.85% -
XYZ 45.75 39.02 39.3 -
YUV 171.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 216 150 162 0 0.31 0.25 0.15 349.09 0.46 0.72
Hex D8 96 A2 0 1F 19 F 15D 2E 48
Octal 330 226 242 0 37 31 17 535 56 110
Binary 11011000 10010110 10100010 0 11111 11001 1111 101011101 101110 1001000

Color Harmonies of #D896A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896A2

Black with #D896A2

Text Example


Text Example

White with #D896A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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