Html Css Color HEX #D98FA8 Kobi

📋 copy color: '#D98FA8'

red 217 ◦ green 143 ◦ blue 168

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

Shades of Kobi #D98FA8

Tints of Kobi #D98FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.82%

R = 41.1%
G = 27.08%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D98FA8 (or 0xD98FA8) is known color: Kobi. HEX triplet: D9, 8F and A8. RGB value is (217,143,168). Sum of RGB (Red+Green+Blue) = 217+143+168=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98FA8 is #267057. Grayscale: #A7A7A7. Windows color (decimal): -2519128 or 11046873. OLE color: 11046873.

HSL color Cylindrical-coordinate representation of color #D98FA8: hue angle of 339.73º 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 #D98FA8 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 143 168 -
CMYK 0 0.34 0.23 0.15
HSL 339.73º 0.49% 0.71% -
HSV(B) 339.73º 0.34% 0.85% -
XYZ 45.51 37.22 41.83 -
YUV 167.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 217 143 168 0 0.34 0.23 0.15 339.73 0.49 0.71
Hex D9 8F A8 0 22 17 F 154 31 47
Octal 331 217 250 0 42 27 17 524 61 107
Binary 11011001 10001111 10101000 0 100010 10111 1111 101010100 110001 1000111

Color Harmonies of #D98FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98FA8

Black with #D98FA8

Text Example


Text Example

White with #D98FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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