Html Css Color HEX #D6989F Careys Pink

📋 copy color: '#D6989F'

red 214 ◦ green 152 ◦ blue 159

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

Shades of Careys Pink #D6989F

Tints of Careys Pink #D6989F

RGB

 RED value IS 214 (83.98% from 255) = 40.76%

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

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

R = 40.76%
G = 28.95%
B = 30.29%

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

#D6989F (or 0xD6989F) is known color: Careys Pink. HEX triplet: D6, 98 and 9F. RGB value is (214,152,159). Sum of RGB (Red+Green+Blue) = 214+152+159=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6989F is #296760. Grayscale: #ABABAB. Windows color (decimal): -2713441 or 10459350. OLE color: 10459350.

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

Color convert

RGB 214 152 159 -
CMYK 0 0.29 0.26 0.16
HSL 353.23º 0.43% 0.72% -
HSV(B) 353.23º 0.29% 0.84% -
XYZ 45.22 39.26 37.99 -
YUV 171.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 214 152 159 0 0.29 0.26 0.16 353.23 0.43 0.72
Hex D6 98 9F 0 1D 1A 10 161 2B 48
Octal 326 230 237 0 35 32 20 541 53 110
Binary 11010110 10011000 10011111 0 11101 11010 10000 101100001 101011 1001000

Color Harmonies of #D6989F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6989F

Black with #D6989F

Text Example


Text Example

White with #D6989F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6989F; }

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

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

background-color css

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

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

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

border-color css

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

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

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