Html Css Color HEX #DC989D Careys Pink

📋 copy color: '#DC989D'

red 220 ◦ green 152 ◦ blue 157

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

Shades of Careys Pink #DC989D

Tints of Careys Pink #DC989D

RGB

 RED value IS 220 (86.33% from 255) = 41.59%

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

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

R = 41.59%
G = 28.73%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC989D (or 0xDC989D) is known color: Careys Pink. HEX triplet: DC, 98 and 9D. RGB value is (220,152,157). Sum of RGB (Red+Green+Blue) = 220+152+157=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC989D is #236762. Grayscale: #ACACAC. Windows color (decimal): -2320227 or 10328284. OLE color: 10328284.

HSL color Cylindrical-coordinate representation of color #DC989D: hue angle of 355.59º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC989D is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 152 157 -
CMYK 0 0.31 0.29 0.14
HSL 355.59º 0.49% 0.73% -
HSV(B) 355.59º 0.31% 0.86% -
XYZ 46.83 40.11 37.17 -
YUV 172.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 220 152 157 0 0.31 0.29 0.14 355.59 0.49 0.73
Hex DC 98 9D 0 1F 1D E 164 31 49
Octal 334 230 235 0 37 35 16 544 61 111
Binary 11011100 10011000 10011101 0 11111 11101 1110 101100100 110001 1001001

Color Harmonies of #DC989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC989D

Black with #DC989D

Text Example


Text Example

White with #DC989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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