Html Css Color HEX #D295A3 Careys Pink

📋 copy color: '#D295A3'

red 210 ◦ green 149 ◦ blue 163

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

Shades of Careys Pink #D295A3

Tints of Careys Pink #D295A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.23%

R = 40.23%
G = 28.54%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D295A3 (or 0xD295A3) is known color: Careys Pink. HEX triplet: D2, 95 and A3. RGB value is (210,149,163). Sum of RGB (Red+Green+Blue) = 210+149+163=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D295A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D295A3 is #2D6A5C. Grayscale: #A8A8A8. Windows color (decimal): -2976349 or 10720722. OLE color: 10720722.

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

Color convert

RGB 210 149 163 -
CMYK 0 0.29 0.22 0.18
HSL 346.23º 0.4% 0.7% -
HSV(B) 346.23º 0.29% 0.82% -
XYZ 43.94 37.84 39.64 -
YUV 168.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 210 149 163 0 0.29 0.22 0.18 346.23 0.4 0.7
Hex D2 95 A3 0 1D 16 12 15A 28 46
Octal 322 225 243 0 35 26 22 532 50 106
Binary 11010010 10010101 10100011 0 11101 10110 10010 101011010 101000 1000110

Color Harmonies of #D295A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295A3

Black with #D295A3

Text Example


Text Example

White with #D295A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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