Html Css Color HEX #D5989D Careys Pink

📋 copy color: '#D5989D'

red 213 ◦ green 152 ◦ blue 157

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

Shades of Careys Pink #D5989D

Tints of Careys Pink #D5989D

RGB

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

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

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

R = 40.8%
G = 29.12%
B = 30.08%

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

#D5989D (or 0xD5989D) is known color: Careys Pink. HEX triplet: D5, 98 and 9D. RGB value is (213,152,157). Sum of RGB (Red+Green+Blue) = 213+152+157=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5989D is #2A6762. Grayscale: #AAAAAA. Windows color (decimal): -2778979 or 10328277. OLE color: 10328277.

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

Color convert

RGB 213 152 157 -
CMYK 0 0.29 0.26 0.16
HSL 355.08º 0.42% 0.72% -
HSV(B) 355.08º 0.29% 0.84% -
XYZ 44.75 39.04 37.07 -
YUV 170.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 213 152 157 0 0.29 0.26 0.16 355.08 0.42 0.72
Hex D5 98 9D 0 1D 1A 10 163 2A 48
Octal 325 230 235 0 35 32 20 543 52 110
Binary 11010101 10011000 10011101 0 11101 11010 10000 101100011 101010 1001000

Color Harmonies of #D5989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5989D

Black with #D5989D

Text Example


Text Example

White with #D5989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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