Html Css Color HEX #D98DA4 Kobi

📋 copy color: '#D98DA4'

red 217 ◦ green 141 ◦ blue 164

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

Shades of Kobi #D98DA4

Tints of Kobi #D98DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.42%

R = 41.57%
G = 27.01%
B = 31.42%

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

#D98DA4 (or 0xD98DA4) is known color: Kobi. HEX triplet: D9, 8D and A4. RGB value is (217,141,164). Sum of RGB (Red+Green+Blue) = 217+141+164=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98DA4 is #26725B. Grayscale: #A6A6A6. Windows color (decimal): -2519644 or 10784217. OLE color: 10784217.

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

Color convert

RGB 217 141 164 -
CMYK 0 0.35 0.24 0.15
HSL 341.84º 0.5% 0.7% -
HSV(B) 341.84º 0.35% 0.85% -
XYZ 44.84 36.48 39.8 -
YUV 166.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 217 141 164 0 0.35 0.24 0.15 341.84 0.5 0.7
Hex D9 8D A4 0 23 18 F 156 32 46
Octal 331 215 244 0 43 30 17 526 62 106
Binary 11011001 10001101 10100100 0 100011 11000 1111 101010110 110010 1000110

Color Harmonies of #D98DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98DA4

Black with #D98DA4

Text Example


Text Example

White with #D98DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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