Html Css Color HEX #D4959D Careys Pink

📋 copy color: '#D4959D'

red 212 ◦ green 149 ◦ blue 157

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

Shades of Careys Pink #D4959D

Tints of Careys Pink #D4959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.31%

R = 40.93%
G = 28.76%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4959D (or 0xD4959D) is known color: Careys Pink. HEX triplet: D4, 95 and 9D. RGB value is (212,149,157). Sum of RGB (Red+Green+Blue) = 212+149+157=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4959D is #2B6A62. Grayscale: #A8A8A8. Windows color (decimal): -2845283 or 10327508. OLE color: 10327508.

HSL color Cylindrical-coordinate representation of color #D4959D: hue angle of 352.38º 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 #D4959D is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 149 157 -
CMYK 0 0.30 0.26 0.17
HSL 352.38º 0.42% 0.71% -
HSV(B) 352.38º 0.3% 0.83% -
XYZ 43.98 37.93 36.9 -
YUV 168.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 212 149 157 0 0.30 0.26 0.17 352.38 0.42 0.71
Hex D4 95 9D 0 1E 1A 11 160 2A 47
Octal 324 225 235 0 36 32 21 540 52 107
Binary 11010100 10010101 10011101 0 11110 11010 10001 101100000 101010 1000111

Color Harmonies of #D4959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4959D

Black with #D4959D

Text Example


Text Example

White with #D4959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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