Html Css Color HEX #D18EB0 Kobi

📋 copy color: '#D18EB0'

red 209 ◦ green 142 ◦ blue 176

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

Shades of Kobi #D18EB0

Tints of Kobi #D18EB0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.94%

 BLUE value IS 176 (69.14% from 255) = 33.4%

R = 39.66%
G = 26.94%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D18EB0 (or 0xD18EB0) is known color: Kobi. HEX triplet: D1, 8E and B0. RGB value is (209,142,176). Sum of RGB (Red+Green+Blue) = 209+142+176=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D18EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18EB0 is #2E714F. Grayscale: #A5A5A5. Windows color (decimal): -3043664 or 11570897. OLE color: 11570897.

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

Color convert

RGB 209 142 176 -
CMYK 0 0.32 0.16 0.18
HSL 329.55º 0.42% 0.69% -
HSV(B) 329.55º 0.32% 0.82% -
XYZ 43.8 36.04 45.72 -
YUV 165.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 209 142 176 0 0.32 0.16 0.18 329.55 0.42 0.69
Hex D1 8E B0 0 20 10 12 14A 2A 45
Octal 321 216 260 0 40 20 22 512 52 105
Binary 11010001 10001110 10110000 0 100000 10000 10010 101001010 101010 1000101

Color Harmonies of #D18EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18EB0

Black with #D18EB0

Text Example


Text Example

White with #D18EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18EB0; }

 p { color: rgb(209,142,176); }

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

background-color css

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

 a { background-color: rgb(209,142,176); }

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

border-color css

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

 span { border-color: rgb(209,142,176); }

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