Html Css Color HEX #D29A9F Careys Pink

📋 copy color: '#D29A9F'

red 210 ◦ green 154 ◦ blue 159

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

Shades of Careys Pink #D29A9F

Tints of Careys Pink #D29A9F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.45%

 BLUE value IS 159 (62.5% from 255) = 30.4%

R = 40.15%
G = 29.45%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D29A9F (or 0xD29A9F) is known color: Careys Pink. HEX triplet: D2, 9A and 9F. RGB value is (210,154,159). Sum of RGB (Red+Green+Blue) = 210+154+159=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A9F is #2D6560. Grayscale: #ABABAB. Windows color (decimal): -2975073 or 10459858. OLE color: 10459858.

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

Color convert

RGB 210 154 159 -
CMYK 0 0.27 0.24 0.18
HSL 354.64º 0.38% 0.71% -
HSV(B) 354.64º 0.27% 0.82% -
XYZ 44.39 39.32 38.05 -
YUV 171.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 210 154 159 0 0.27 0.24 0.18 354.64 0.38 0.71
Hex D2 9A 9F 0 1B 18 12 163 26 47
Octal 322 232 237 0 33 30 22 543 46 107
Binary 11010010 10011010 10011111 0 11011 11000 10010 101100011 100110 1000111

Color Harmonies of #D29A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A9F

Black with #D29A9F

Text Example


Text Example

White with #D29A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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