Html Css Color HEX #D0989D Careys Pink

📋 copy color: '#D0989D'

red 208 ◦ green 152 ◦ blue 157

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

Shades of Careys Pink #D0989D

Tints of Careys Pink #D0989D

RGB

 RED value IS 208 (81.64% from 255) = 40.23%

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

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

R = 40.23%
G = 29.4%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0989D (or 0xD0989D) is known color: Careys Pink. HEX triplet: D0, 98 and 9D. RGB value is (208,152,157). Sum of RGB (Red+Green+Blue) = 208+152+157=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0989D is #2F6762. Grayscale: #A9A9A9. Windows color (decimal): -3106659 or 10328272. OLE color: 10328272.

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

Color convert

RGB 208 152 157 -
CMYK 0 0.27 0.25 0.18
HSL 354.64º 0.37% 0.71% -
HSV(B) 354.64º 0.27% 0.82% -
XYZ 43.33 38.3 37.01 -
YUV 169.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 208 152 157 0 0.27 0.25 0.18 354.64 0.37 0.71
Hex D0 98 9D 0 1B 19 12 163 25 47
Octal 320 230 235 0 33 31 22 543 45 107
Binary 11010000 10011000 10011101 0 11011 11001 10010 101100011 100101 1000111

Color Harmonies of #D0989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0989D

Black with #D0989D

Text Example


Text Example

White with #D0989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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