Html Css Color HEX #D187B0 Kobi

📋 copy color: '#D187B0'

red 209 ◦ green 135 ◦ blue 176

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

Shades of Kobi #D187B0

Tints of Kobi #D187B0

RGB

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

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

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

R = 40.19%
G = 25.96%
B = 33.85%

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

#D187B0 (or 0xD187B0) is known color: Kobi. HEX triplet: D1, 87 and B0. RGB value is (209,135,176). Sum of RGB (Red+Green+Blue) = 209+135+176=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D187B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D187B0 is #2E784F. Grayscale: #A1A1A1. Windows color (decimal): -3045456 or 11569105. OLE color: 11569105.

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

Color convert

RGB 209 135 176 -
CMYK 0 0.35 0.16 0.18
HSL 326.76º 0.45% 0.67% -
HSV(B) 326.76º 0.35% 0.82% -
XYZ 42.79 34.02 45.38 -
YUV 161.8 136.02 161.67 -
System Red Green Blue C M Y K H S L
Decimal 209 135 176 0 0.35 0.16 0.18 326.76 0.45 0.67
Hex D1 87 B0 0 23 10 12 147 2D 43
Octal 321 207 260 0 43 20 22 507 55 103
Binary 11010001 10000111 10110000 0 100011 10000 10010 101000111 101101 1000011

Color Harmonies of #D187B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D187B0

Black with #D187B0

Text Example


Text Example

White with #D187B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D187B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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