Html Css Color HEX #D2989D Careys Pink

📋 copy color: '#D2989D'

red 210 ◦ green 152 ◦ blue 157

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

Shades of Careys Pink #D2989D

Tints of Careys Pink #D2989D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.25%

R = 40.46%
G = 29.29%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2989D (or 0xD2989D) is known color: Careys Pink. HEX triplet: D2, 98 and 9D. RGB value is (210,152,157). Sum of RGB (Red+Green+Blue) = 210+152+157=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2989D is #2D6762. Grayscale: #A9A9A9. Windows color (decimal): -2975587 or 10328274. OLE color: 10328274.

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

Color convert

RGB 210 152 157 -
CMYK 0 0.28 0.25 0.18
HSL 354.83º 0.39% 0.71% -
HSV(B) 354.83º 0.28% 0.82% -
XYZ 43.89 38.59 37.03 -
YUV 169.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 210 152 157 0 0.28 0.25 0.18 354.83 0.39 0.71
Hex D2 98 9D 0 1C 19 12 163 27 47
Octal 322 230 235 0 34 31 22 543 47 107
Binary 11010010 10011000 10011101 0 11100 11001 10010 101100011 100111 1000111

Color Harmonies of #D2989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2989D

Black with #D2989D

Text Example


Text Example

White with #D2989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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