Html Css Color HEX #D5989A Careys Pink

📋 copy color: '#D5989A'

red 213 ◦ green 152 ◦ blue 154

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

Shades of Careys Pink #D5989A

Tints of Careys Pink #D5989A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.67%

R = 41.04%
G = 29.29%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5989A (or 0xD5989A) is known color: Careys Pink. HEX triplet: D5, 98 and 9A. RGB value is (213,152,154). Sum of RGB (Red+Green+Blue) = 213+152+154=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5989A is #2A6765. Grayscale: #AAAAAA. Windows color (decimal): -2778982 or 10131669. OLE color: 10131669.

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

Color convert

RGB 213 152 154 -
CMYK 0 0.29 0.28 0.16
HSL 358.03º 0.42% 0.72% -
HSV(B) 358.03º 0.29% 0.84% -
XYZ 44.5 38.94 35.74 -
YUV 170.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 213 152 154 0 0.29 0.28 0.16 358.03 0.42 0.72
Hex D5 98 9A 0 1D 1C 10 166 2A 48
Octal 325 230 232 0 35 34 20 546 52 110
Binary 11010101 10011000 10011010 0 11101 11100 10000 101100110 101010 1001000

Color Harmonies of #D5989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5989A

Black with #D5989A

Text Example


Text Example

White with #D5989A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5989A; }

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

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

background-color css

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

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

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

border-color css

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

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

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