Html Css Color HEX #D89FAD Kobi

📋 copy color: '#D89FAD'

red 216 ◦ green 159 ◦ blue 173

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

Shades of Kobi #D89FAD

Tints of Kobi #D89FAD

RGB

 RED value IS 216 (84.77% from 255) = 39.42%

 GREEN value IS 159 (62.5% from 255) = 29.01%

 BLUE value IS 173 (67.97% from 255) = 31.57%

R = 39.42%
G = 29.01%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D89FAD (or 0xD89FAD) is known color: Kobi. HEX triplet: D8, 9F and AD. RGB value is (216,159,173). Sum of RGB (Red+Green+Blue) = 216+159+173=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D89FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89FAD is #276052. Grayscale: #B1B1B1. Windows color (decimal): -2580563 or 11378648. OLE color: 11378648.

HSL color Cylindrical-coordinate representation of color #D89FAD: hue angle of 345.26º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D89FAD is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 159 173 -
CMYK 0 0.26 0.20 0.15
HSL 345.26º 0.42% 0.74% -
HSV(B) 345.26º 0.26% 0.85% -
XYZ 48.26 42.41 45.18 -
YUV 177.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 216 159 173 0 0.26 0.20 0.15 345.26 0.42 0.74
Hex D8 9F AD 0 1A 14 F 159 2A 4A
Octal 330 237 255 0 32 24 17 531 52 112
Binary 11011000 10011111 10101101 0 11010 10100 1111 101011001 101010 1001010

Color Harmonies of #D89FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89FAD

Black with #D89FAD

Text Example


Text Example

White with #D89FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89FAD; }

 p { color: rgb(216,159,173); }

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

background-color css

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

 a { background-color: rgb(216,159,173); }

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

border-color css

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

 span { border-color: rgb(216,159,173); }

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