Html Css Color HEX #D299A1 Careys Pink

📋 copy color: '#D299A1'

red 210 ◦ green 153 ◦ blue 161

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

Shades of Careys Pink #D299A1

Tints of Careys Pink #D299A1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.2%

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

R = 40.08%
G = 29.2%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D299A1 (or 0xD299A1) is known color: Careys Pink. HEX triplet: D2, 99 and A1. RGB value is (210,153,161). Sum of RGB (Red+Green+Blue) = 210+153+161=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D299A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D299A1 is #2D665E. Grayscale: #AAAAAA. Windows color (decimal): -2975327 or 10590674. OLE color: 10590674.

HSL color Cylindrical-coordinate representation of color #D299A1: hue angle of 351.58º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D299A1 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 153 161 -
CMYK 0 0.27 0.23 0.18
HSL 351.58º 0.39% 0.71% -
HSV(B) 351.58º 0.27% 0.82% -
XYZ 44.4 39.06 38.92 -
YUV 170.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 210 153 161 0 0.27 0.23 0.18 351.58 0.39 0.71
Hex D2 99 A1 0 1B 17 12 160 27 47
Octal 322 231 241 0 33 27 22 540 47 107
Binary 11010010 10011001 10100001 0 11011 10111 10010 101100000 100111 1000111

Color Harmonies of #D299A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D299A1

Black with #D299A1

Text Example


Text Example

White with #D299A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D299A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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