Html Css Color HEX #D2959D Careys Pink

📋 copy color: '#D2959D'

red 210 ◦ green 149 ◦ blue 157

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

Shades of Careys Pink #D2959D

Tints of Careys Pink #D2959D

RGB

 RED value IS 210 (82.42% from 255) = 40.7%

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

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

R = 40.7%
G = 28.88%
B = 30.43%

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

#D2959D (or 0xD2959D) is known color: Careys Pink. HEX triplet: D2, 95 and 9D. RGB value is (210,149,157). Sum of RGB (Red+Green+Blue) = 210+149+157=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2959D is #2D6A62. Grayscale: #A8A8A8. Windows color (decimal): -2976355 or 10327506. OLE color: 10327506.

HSL color Cylindrical-coordinate representation of color #D2959D: hue angle of 352.13º degrees, saturation: 0.4, 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 #D2959D is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 149 157 -
CMYK 0 0.29 0.25 0.18
HSL 352.13º 0.4% 0.7% -
HSV(B) 352.13º 0.29% 0.82% -
XYZ 43.41 37.63 36.87 -
YUV 168.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 210 149 157 0 0.29 0.25 0.18 352.13 0.4 0.7
Hex D2 95 9D 0 1D 19 12 160 28 46
Octal 322 225 235 0 35 31 22 540 50 106
Binary 11010010 10010101 10011101 0 11101 11001 10010 101100000 101000 1000110

Color Harmonies of #D2959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2959D

Black with #D2959D

Text Example


Text Example

White with #D2959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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