Html Css Color HEX #D4989D Careys Pink

📋 copy color: '#D4989D'

red 212 ◦ green 152 ◦ blue 157

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

Shades of Careys Pink #D4989D

Tints of Careys Pink #D4989D

RGB

 RED value IS 212 (83.2% from 255) = 40.69%

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

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

R = 40.69%
G = 29.17%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4989D (or 0xD4989D) is known color: Careys Pink. HEX triplet: D4, 98 and 9D. RGB value is (212,152,157). Sum of RGB (Red+Green+Blue) = 212+152+157=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D4989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4989D is #2B6762. Grayscale: #AAAAAA. Windows color (decimal): -2844515 or 10328276. OLE color: 10328276.

HSL color Cylindrical-coordinate representation of color #D4989D: hue angle of 355º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4989D is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 157 -
CMYK 0 0.28 0.26 0.17
HSL 355º 0.41% 0.71% -
HSV(B) 355º 0.28% 0.83% -
XYZ 44.47 38.89 37.06 -
YUV 170.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 212 152 157 0 0.28 0.26 0.17 355 0.41 0.71
Hex D4 98 9D 0 1C 1A 11 163 29 47
Octal 324 230 235 0 34 32 21 543 51 107
Binary 11010100 10011000 10011101 0 11100 11010 10001 101100011 101001 1000111

Color Harmonies of #D4989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4989D

Black with #D4989D

Text Example


Text Example

White with #D4989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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