Html Css Color HEX #D4959E Careys Pink

📋 copy color: '#D4959E'

red 212 ◦ green 149 ◦ blue 158

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

Shades of Careys Pink #D4959E

Tints of Careys Pink #D4959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.71%

 BLUE value IS 158 (62.11% from 255) = 30.44%

R = 40.85%
G = 28.71%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4959E (or 0xD4959E) is known color: Careys Pink. HEX triplet: D4, 95 and 9E. RGB value is (212,149,158). Sum of RGB (Red+Green+Blue) = 212+149+158=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D4959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4959E is #2B6A61. Grayscale: #A8A8A8. Windows color (decimal): -2845282 or 10393044. OLE color: 10393044.

HSL color Cylindrical-coordinate representation of color #D4959E: hue angle of 351.43º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4959E is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 149 158 -
CMYK 0 0.30 0.25 0.17
HSL 351.43º 0.42% 0.71% -
HSV(B) 351.43º 0.3% 0.83% -
XYZ 44.07 37.96 37.35 -
YUV 168.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 212 149 158 0 0.30 0.25 0.17 351.43 0.42 0.71
Hex D4 95 9E 0 1E 19 11 15F 2A 47
Octal 324 225 236 0 36 31 21 537 52 107
Binary 11010100 10010101 10011110 0 11110 11001 10001 101011111 101010 1000111

Color Harmonies of #D4959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4959E

Black with #D4959E

Text Example


Text Example

White with #D4959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4959E; }

 p { color: rgb(212,149,158); }

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

background-color css

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

 a { background-color: rgb(212,149,158); }

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

border-color css

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

 span { border-color: rgb(212,149,158); }

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