Html Css Color HEX #D5989C Careys Pink

📋 copy color: '#D5989C'

red 213 ◦ green 152 ◦ blue 156

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

Shades of Careys Pink #D5989C

Tints of Careys Pink #D5989C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.94%

R = 40.88%
G = 29.17%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5989C (or 0xD5989C) is known color: Careys Pink. HEX triplet: D5, 98 and 9C. RGB value is (213,152,156). Sum of RGB (Red+Green+Blue) = 213+152+156=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5989C is #2A6763. Grayscale: #AAAAAA. Windows color (decimal): -2778980 or 10262741. OLE color: 10262741.

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

Color convert

RGB 213 152 156 -
CMYK 0 0.29 0.27 0.16
HSL 356.07º 0.42% 0.72% -
HSV(B) 356.07º 0.29% 0.84% -
XYZ 44.67 39 36.63 -
YUV 170.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 213 152 156 0 0.29 0.27 0.16 356.07 0.42 0.72
Hex D5 98 9C 0 1D 1B 10 164 2A 48
Octal 325 230 234 0 35 33 20 544 52 110
Binary 11010101 10011000 10011100 0 11101 11011 10000 101100100 101010 1001000

Color Harmonies of #D5989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5989C

Black with #D5989C

Text Example


Text Example

White with #D5989C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5989C; }

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

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

background-color css

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

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

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

border-color css

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

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

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