Html Css Color HEX #D295A1 Careys Pink

📋 copy color: '#D295A1'

red 210 ◦ green 149 ◦ blue 161

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

Shades of Careys Pink #D295A1

Tints of Careys Pink #D295A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.96%

R = 40.38%
G = 28.65%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D295A1 (or 0xD295A1) is known color: Careys Pink. HEX triplet: D2, 95 and A1. RGB value is (210,149,161). Sum of RGB (Red+Green+Blue) = 210+149+161=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D295A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D295A1 is #2D6A5E. Grayscale: #A8A8A8. Windows color (decimal): -2976351 or 10589650. OLE color: 10589650.

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

Color convert

RGB 210 149 161 -
CMYK 0 0.29 0.23 0.18
HSL 348.2º 0.4% 0.7% -
HSV(B) 348.2º 0.29% 0.82% -
XYZ 43.76 37.77 38.7 -
YUV 168.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 210 149 161 0 0.29 0.23 0.18 348.2 0.4 0.7
Hex D2 95 A1 0 1D 17 12 15C 28 46
Octal 322 225 241 0 35 27 22 534 50 106
Binary 11010010 10010101 10100001 0 11101 10111 10010 101011100 101000 1000110

Color Harmonies of #D295A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295A1

Black with #D295A1

Text Example


Text Example

White with #D295A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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