Html Css Color HEX #DC989E Careys Pink

📋 copy color: '#DC989E'

red 220 ◦ green 152 ◦ blue 158

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

Shades of Careys Pink #DC989E

Tints of Careys Pink #DC989E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.81%

R = 41.51%
G = 28.68%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC989E (or 0xDC989E) is known color: Careys Pink. HEX triplet: DC, 98 and 9E. RGB value is (220,152,158). Sum of RGB (Red+Green+Blue) = 220+152+158=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC989E is #236761. Grayscale: #ADADAD. Windows color (decimal): -2320226 or 10393820. OLE color: 10393820.

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

Color convert

RGB 220 152 158 -
CMYK 0 0.31 0.28 0.14
HSL 354.71º 0.49% 0.73% -
HSV(B) 354.71º 0.31% 0.86% -
XYZ 46.91 40.14 37.62 -
YUV 173.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 220 152 158 0 0.31 0.28 0.14 354.71 0.49 0.73
Hex DC 98 9E 0 1F 1C E 163 31 49
Octal 334 230 236 0 37 34 16 543 61 111
Binary 11011100 10011000 10011110 0 11111 11100 1110 101100011 110001 1001001

Color Harmonies of #DC989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC989E

Black with #DC989E

Text Example


Text Example

White with #DC989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC989E; }

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

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

background-color css

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

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

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

border-color css

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

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

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