Html Css Color HEX #D98DA5 Kobi

📋 copy color: '#D98DA5'

red 217 ◦ green 141 ◦ blue 165

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

Shades of Kobi #D98DA5

Tints of Kobi #D98DA5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.96%

 BLUE value IS 165 (64.84% from 255) = 31.55%

R = 41.49%
G = 26.96%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D98DA5 (or 0xD98DA5) is known color: Kobi. HEX triplet: D9, 8D and A5. RGB value is (217,141,165). Sum of RGB (Red+Green+Blue) = 217+141+165=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98DA5 is #26725A. Grayscale: #A6A6A6. Windows color (decimal): -2519643 or 10849753. OLE color: 10849753.

HSL color Cylindrical-coordinate representation of color #D98DA5: hue angle of 341.05º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98DA5 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 141 165 -
CMYK 0 0.35 0.24 0.15
HSL 341.05º 0.5% 0.7% -
HSV(B) 341.05º 0.35% 0.85% -
XYZ 44.93 36.52 40.28 -
YUV 166.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 217 141 165 0 0.35 0.24 0.15 341.05 0.5 0.7
Hex D9 8D A5 0 23 18 F 155 32 46
Octal 331 215 245 0 43 30 17 525 62 106
Binary 11011001 10001101 10100101 0 100011 11000 1111 101010101 110010 1000110

Color Harmonies of #D98DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98DA5

Black with #D98DA5

Text Example


Text Example

White with #D98DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98DA5; }

 p { color: rgb(217,141,165); }

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

background-color css

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

 a { background-color: rgb(217,141,165); }

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

border-color css

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

 span { border-color: rgb(217,141,165); }

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