Html Css Color HEX #D295A2 Careys Pink

📋 copy color: '#D295A2'

red 210 ◦ green 149 ◦ blue 162

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

Shades of Careys Pink #D295A2

Tints of Careys Pink #D295A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.09%

R = 40.31%
G = 28.6%
B = 31.09%

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

#D295A2 (or 0xD295A2) is known color: Careys Pink. HEX triplet: D2, 95 and A2. RGB value is (210,149,162). Sum of RGB (Red+Green+Blue) = 210+149+162=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D295A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D295A2 is #2D6A5D. Grayscale: #A8A8A8. Windows color (decimal): -2976350 or 10655186. OLE color: 10655186.

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

Color convert

RGB 210 149 162 -
CMYK 0 0.29 0.23 0.18
HSL 347.21º 0.4% 0.7% -
HSV(B) 347.21º 0.29% 0.82% -
XYZ 43.85 37.81 39.17 -
YUV 168.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 210 149 162 0 0.29 0.23 0.18 347.21 0.4 0.7
Hex D2 95 A2 0 1D 17 12 15B 28 46
Octal 322 225 242 0 35 27 22 533 50 106
Binary 11010010 10010101 10100010 0 11101 10111 10010 101011011 101000 1000110

Color Harmonies of #D295A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295A2

Black with #D295A2

Text Example


Text Example

White with #D295A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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