Html Css Color HEX #D4999B Careys Pink

📋 copy color: '#D4999B'

red 212 ◦ green 153 ◦ blue 155

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

Shades of Careys Pink #D4999B

Tints of Careys Pink #D4999B

RGB

 RED value IS 212 (83.2% from 255) = 40.77%

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

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

R = 40.77%
G = 29.42%
B = 29.81%

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

#D4999B (or 0xD4999B) is known color: Careys Pink. HEX triplet: D4, 99 and 9B. RGB value is (212,153,155). Sum of RGB (Red+Green+Blue) = 212+153+155=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4999B is #2B6664. Grayscale: #AAAAAA. Windows color (decimal): -2844261 or 10197460. OLE color: 10197460.

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

Color convert

RGB 212 153 155 -
CMYK 0 0.28 0.27 0.17
HSL 357.97º 0.41% 0.72% -
HSV(B) 357.97º 0.28% 0.83% -
XYZ 44.46 39.15 36.22 -
YUV 170.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 212 153 155 0 0.28 0.27 0.17 357.97 0.41 0.72
Hex D4 99 9B 0 1C 1B 11 166 29 48
Octal 324 231 233 0 34 33 21 546 51 110
Binary 11010100 10011001 10011011 0 11100 11011 10001 101100110 101001 1001000

Color Harmonies of #D4999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4999B

Black with #D4999B

Text Example


Text Example

White with #D4999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4999B; }

 p { color: rgb(212,153,155); }

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

background-color css

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

 a { background-color: rgb(212,153,155); }

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

border-color css

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

 span { border-color: rgb(212,153,155); }

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