Html Css Color HEX #D187AC Kobi

📋 copy color: '#D187AC'

red 209 ◦ green 135 ◦ blue 172

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

Shades of Kobi #D187AC

Tints of Kobi #D187AC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.16%

 BLUE value IS 172 (67.58% from 255) = 33.33%

R = 40.5%
G = 26.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D187AC (or 0xD187AC) is known color: Kobi. HEX triplet: D1, 87 and AC. RGB value is (209,135,172). Sum of RGB (Red+Green+Blue) = 209+135+172=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D187AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D187AC is #2E7853. Grayscale: #A1A1A1. Windows color (decimal): -3045460 or 11306961. OLE color: 11306961.

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

Color convert

RGB 209 135 172 -
CMYK 0 0.35 0.18 0.18
HSL 330º 0.45% 0.67% -
HSV(B) 330º 0.35% 0.82% -
XYZ 42.4 33.86 43.33 -
YUV 161.34 134.02 161.99 -
System Red Green Blue C M Y K H S L
Decimal 209 135 172 0 0.35 0.18 0.18 330 0.45 0.67
Hex D1 87 AC 0 23 12 12 14A 2D 43
Octal 321 207 254 0 43 22 22 512 55 103
Binary 11010001 10000111 10101100 0 100011 10010 10010 101001010 101101 1000011

Color Harmonies of #D187AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D187AC

Black with #D187AC

Text Example


Text Example

White with #D187AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D187AC; }

 p { color: rgb(209,135,172); }

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

background-color css

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

 a { background-color: rgb(209,135,172); }

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

border-color css

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

 span { border-color: rgb(209,135,172); }

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