Html Css Color HEX #D18DA9 Kobi

📋 copy color: '#D18DA9'

red 209 ◦ green 141 ◦ blue 169

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

Shades of Kobi #D18DA9

Tints of Kobi #D18DA9

RGB

 RED value IS 209 (82.03% from 255) = 40.27%

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

 BLUE value IS 169 (66.41% from 255) = 32.56%

R = 40.27%
G = 27.17%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D18DA9 (or 0xD18DA9) is known color: Kobi. HEX triplet: D1, 8D and A9. RGB value is (209,141,169). Sum of RGB (Red+Green+Blue) = 209+141+169=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D18DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18DA9 is #2E7256. Grayscale: #A4A4A4. Windows color (decimal): -3043927 or 11111889. OLE color: 11111889.

HSL color Cylindrical-coordinate representation of color #D18DA9: hue angle of 335.29º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18DA9 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 141 169 -
CMYK 0 0.33 0.19 0.18
HSL 335.29º 0.43% 0.69% -
HSV(B) 335.29º 0.33% 0.82% -
XYZ 42.98 35.47 42.12 -
YUV 164.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 209 141 169 0 0.33 0.19 0.18 335.29 0.43 0.69
Hex D1 8D A9 0 21 13 12 14F 2A 45
Octal 321 215 251 0 41 23 22 517 52 105
Binary 11010001 10001101 10101001 0 100001 10011 10010 101001111 101010 1000101

Color Harmonies of #D18DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18DA9

Black with #D18DA9

Text Example


Text Example

White with #D18DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18DA9; }

 p { color: rgb(209,141,169); }

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

background-color css

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

 a { background-color: rgb(209,141,169); }

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

border-color css

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

 span { border-color: rgb(209,141,169); }

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