Html Css Color HEX #D5989E Careys Pink

📋 copy color: '#D5989E'

red 213 ◦ green 152 ◦ blue 158

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

Shades of Careys Pink #D5989E

Tints of Careys Pink #D5989E

RGB

 RED value IS 213 (83.59% from 255) = 40.73%

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

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

R = 40.73%
G = 29.06%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5989E (or 0xD5989E) is known color: Careys Pink. HEX triplet: D5, 98 and 9E. RGB value is (213,152,158). Sum of RGB (Red+Green+Blue) = 213+152+158=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D5989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5989E is #2A6761. Grayscale: #AAAAAA. Windows color (decimal): -2778978 or 10393813. OLE color: 10393813.

HSL color Cylindrical-coordinate representation of color #D5989E: hue angle of 354.1º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5989E is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 152 158 -
CMYK 0 0.29 0.26 0.16
HSL 354.1º 0.42% 0.72% -
HSV(B) 354.1º 0.29% 0.84% -
XYZ 44.84 39.07 37.53 -
YUV 170.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 213 152 158 0 0.29 0.26 0.16 354.1 0.42 0.72
Hex D5 98 9E 0 1D 1A 10 162 2A 48
Octal 325 230 236 0 35 32 20 542 52 110
Binary 11010101 10011000 10011110 0 11101 11010 10000 101100010 101010 1001000

Color Harmonies of #D5989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5989E

Black with #D5989E

Text Example


Text Example

White with #D5989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5989E; }

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

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

background-color css

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

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

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

border-color css

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

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

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