Html Css Color HEX #D98FAD Kobi

📋 copy color: '#D98FAD'

red 217 ◦ green 143 ◦ blue 173

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

Shades of Kobi #D98FAD

Tints of Kobi #D98FAD

RGB

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

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

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

R = 40.71%
G = 26.83%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D98FAD (or 0xD98FAD) is known color: Kobi. HEX triplet: D9, 8F and AD. RGB value is (217,143,173). Sum of RGB (Red+Green+Blue) = 217+143+173=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98FAD is #267052. Grayscale: #A8A8A8. Windows color (decimal): -2519123 or 11374553. OLE color: 11374553.

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

Color convert

RGB 217 143 173 -
CMYK 0 0.34 0.20 0.15
HSL 335.68º 0.49% 0.71% -
HSV(B) 335.68º 0.34% 0.85% -
XYZ 45.98 37.41 44.33 -
YUV 168.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 217 143 173 0 0.34 0.20 0.15 335.68 0.49 0.71
Hex D9 8F AD 0 22 14 F 150 31 47
Octal 331 217 255 0 42 24 17 520 61 107
Binary 11011001 10001111 10101101 0 100010 10100 1111 101010000 110001 1000111

Color Harmonies of #D98FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98FAD

Black with #D98FAD

Text Example


Text Example

White with #D98FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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