Html Css Color HEX #D5989F Careys Pink

📋 copy color: '#D5989F'

red 213 ◦ green 152 ◦ blue 159

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

Shades of Careys Pink #D5989F

Tints of Careys Pink #D5989F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.34%

R = 40.65%
G = 29.01%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5989F (or 0xD5989F) is known color: Careys Pink. HEX triplet: D5, 98 and 9F. RGB value is (213,152,159). Sum of RGB (Red+Green+Blue) = 213+152+159=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5989F is #2A6760. Grayscale: #ABABAB. Windows color (decimal): -2778977 or 10459349. OLE color: 10459349.

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

Color convert

RGB 213 152 159 -
CMYK 0 0.29 0.25 0.16
HSL 353.11º 0.42% 0.72% -
HSV(B) 353.11º 0.29% 0.84% -
XYZ 44.93 39.11 37.98 -
YUV 171.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 213 152 159 0 0.29 0.25 0.16 353.11 0.42 0.72
Hex D5 98 9F 0 1D 19 10 161 2A 48
Octal 325 230 237 0 35 31 20 541 52 110
Binary 11010101 10011000 10011111 0 11101 11001 10000 101100001 101010 1001000

Color Harmonies of #D5989F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5989F

Black with #D5989F

Text Example


Text Example

White with #D5989F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5989F; }

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

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

background-color css

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

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

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

border-color css

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

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

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