Html Css Color HEX #D188AF Kobi

📋 copy color: '#D188AF'

red 209 ◦ green 136 ◦ blue 175

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

Shades of Kobi #D188AF

Tints of Kobi #D188AF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.15%

 BLUE value IS 175 (68.75% from 255) = 33.65%

R = 40.19%
G = 26.15%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D188AF (or 0xD188AF) is known color: Kobi. HEX triplet: D1, 88 and AF. RGB value is (209,136,175). Sum of RGB (Red+Green+Blue) = 209+136+175=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D188AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D188AF is #2E7750. Grayscale: #A2A2A2. Windows color (decimal): -3045201 or 11503825. OLE color: 11503825.

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

Color convert

RGB 209 136 175 -
CMYK 0 0.35 0.16 0.18
HSL 327.95º 0.44% 0.68% -
HSV(B) 327.95º 0.35% 0.82% -
XYZ 42.84 34.26 44.91 -
YUV 162.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 209 136 175 0 0.35 0.16 0.18 327.95 0.44 0.68
Hex D1 88 AF 0 23 10 12 148 2C 44
Octal 321 210 257 0 43 20 22 510 54 104
Binary 11010001 10001000 10101111 0 100011 10000 10010 101001000 101100 1000100

Color Harmonies of #D188AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D188AF

Black with #D188AF

Text Example


Text Example

White with #D188AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D188AF; }

 p { color: rgb(209,136,175); }

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

background-color css

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

 a { background-color: rgb(209,136,175); }

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

border-color css

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

 span { border-color: rgb(209,136,175); }

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