Html Css Color HEX #D2959A Careys Pink

📋 copy color: '#D2959A'

red 210 ◦ green 149 ◦ blue 154

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

Shades of Careys Pink #D2959A

Tints of Careys Pink #D2959A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.02%

R = 40.94%
G = 29.04%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2959A (or 0xD2959A) is known color: Careys Pink. HEX triplet: D2, 95 and 9A. RGB value is (210,149,154). Sum of RGB (Red+Green+Blue) = 210+149+154=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2959A is #2D6A65. Grayscale: #A7A7A7. Windows color (decimal): -2976358 or 10130898. OLE color: 10130898.

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

Color convert

RGB 210 149 154 -
CMYK 0 0.29 0.27 0.18
HSL 355.08º 0.4% 0.7% -
HSV(B) 355.08º 0.29% 0.82% -
XYZ 43.16 37.53 35.54 -
YUV 167.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 210 149 154 0 0.29 0.27 0.18 355.08 0.4 0.7
Hex D2 95 9A 0 1D 1B 12 163 28 46
Octal 322 225 232 0 35 33 22 543 50 106
Binary 11010010 10010101 10011010 0 11101 11011 10010 101100011 101000 1000110

Color Harmonies of #D2959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2959A

Black with #D2959A

Text Example


Text Example

White with #D2959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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