Html Css Color HEX #D1959D Careys Pink

📋 copy color: '#D1959D'

red 209 ◦ green 149 ◦ blue 157

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

Shades of Careys Pink #D1959D

Tints of Careys Pink #D1959D

RGB

 RED value IS 209 (82.03% from 255) = 40.58%

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

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

R = 40.58%
G = 28.93%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1959D (or 0xD1959D) is known color: Careys Pink. HEX triplet: D1, 95 and 9D. RGB value is (209,149,157). Sum of RGB (Red+Green+Blue) = 209+149+157=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D1959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1959D is #2E6A62. Grayscale: #A7A7A7. Windows color (decimal): -3041891 or 10327505. OLE color: 10327505.

HSL color Cylindrical-coordinate representation of color #D1959D: hue angle of 352º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1959D is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 149 157 -
CMYK 0 0.29 0.25 0.18
HSL 352º 0.39% 0.7% -
HSV(B) 352º 0.29% 0.82% -
XYZ 43.13 37.48 36.86 -
YUV 167.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 209 149 157 0 0.29 0.25 0.18 352 0.39 0.7
Hex D1 95 9D 0 1D 19 12 160 27 46
Octal 321 225 235 0 35 31 22 540 47 106
Binary 11010001 10010101 10011101 0 11101 11001 10010 101100000 100111 1000110

Color Harmonies of #D1959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1959D

Black with #D1959D

Text Example


Text Example

White with #D1959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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