Html Css Color HEX #D2989A Careys Pink

📋 copy color: '#D2989A'

red 210 ◦ green 152 ◦ blue 154

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

Shades of Careys Pink #D2989A

Tints of Careys Pink #D2989A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.46%

 BLUE value IS 154 (60.55% from 255) = 29.84%

R = 40.7%
G = 29.46%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2989A (or 0xD2989A) is known color: Careys Pink. HEX triplet: D2, 98 and 9A. RGB value is (210,152,154). Sum of RGB (Red+Green+Blue) = 210+152+154=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2989A is #2D6765. Grayscale: #A9A9A9. Windows color (decimal): -2975590 or 10131666. OLE color: 10131666.

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

Color convert

RGB 210 152 154 -
CMYK 0 0.28 0.27 0.18
HSL 357.93º 0.39% 0.71% -
HSV(B) 357.93º 0.28% 0.82% -
XYZ 43.64 38.49 35.7 -
YUV 169.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 210 152 154 0 0.28 0.27 0.18 357.93 0.39 0.71
Hex D2 98 9A 0 1C 1B 12 166 27 47
Octal 322 230 232 0 34 33 22 546 47 107
Binary 11010010 10011000 10011010 0 11100 11011 10010 101100110 100111 1000111

Color Harmonies of #D2989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2989A

Black with #D2989A

Text Example


Text Example

White with #D2989A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2989A; }

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

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

background-color css

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

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

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

border-color css

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

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

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