Html Css Color HEX #D98FAC Kobi

📋 copy color: '#D98FAC'

red 217 ◦ green 143 ◦ blue 172

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

Shades of Kobi #D98FAC

Tints of Kobi #D98FAC

RGB

 RED value IS 217 (85.16% from 255) = 40.79%

 GREEN value IS 143 (56.25% from 255) = 26.88%

 BLUE value IS 172 (67.58% from 255) = 32.33%

R = 40.79%
G = 26.88%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D98FAC (or 0xD98FAC) is known color: Kobi. HEX triplet: D9, 8F and AC. RGB value is (217,143,172). Sum of RGB (Red+Green+Blue) = 217+143+172=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98FAC is #267053. Grayscale: #A8A8A8. Windows color (decimal): -2519124 or 11309017. OLE color: 11309017.

HSL color Cylindrical-coordinate representation of color #D98FAC: hue angle of 336.49º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D98FAC is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 143 172 -
CMYK 0 0.34 0.21 0.15
HSL 336.49º 0.49% 0.71% -
HSV(B) 336.49º 0.34% 0.85% -
XYZ 45.88 37.38 43.83 -
YUV 168.43 130.02 162.64 -
System Red Green Blue C M Y K H S L
Decimal 217 143 172 0 0.34 0.21 0.15 336.49 0.49 0.71
Hex D9 8F AC 0 22 15 F 150 31 47
Octal 331 217 254 0 42 25 17 520 61 107
Binary 11011001 10001111 10101100 0 100010 10101 1111 101010000 110001 1000111

Color Harmonies of #D98FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98FAC

Black with #D98FAC

Text Example


Text Example

White with #D98FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98FAC; }

 p { color: rgb(217,143,172); }

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

background-color css

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

 a { background-color: rgb(217,143,172); }

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

border-color css

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

 span { border-color: rgb(217,143,172); }

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