Html Css Color HEX #D189B0 Kobi

📋 copy color: '#D189B0'

red 209 ◦ green 137 ◦ blue 176

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

Shades of Kobi #D189B0

Tints of Kobi #D189B0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.25%

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

R = 40.04%
G = 26.25%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D189B0 (or 0xD189B0) is known color: Kobi. HEX triplet: D1, 89 and B0. RGB value is (209,137,176). Sum of RGB (Red+Green+Blue) = 209+137+176=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D189B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D189B0 is #2E764F. Grayscale: #A2A2A2. Windows color (decimal): -3044944 or 11569617. OLE color: 11569617.

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

Color convert

RGB 209 137 176 -
CMYK 0 0.34 0.16 0.18
HSL 327.5º 0.44% 0.68% -
HSV(B) 327.5º 0.34% 0.82% -
XYZ 43.08 34.58 45.48 -
YUV 162.97 135.35 160.83 -
System Red Green Blue C M Y K H S L
Decimal 209 137 176 0 0.34 0.16 0.18 327.5 0.44 0.68
Hex D1 89 B0 0 22 10 12 148 2C 44
Octal 321 211 260 0 42 20 22 510 54 104
Binary 11010001 10001001 10110000 0 100010 10000 10010 101001000 101100 1000100

Color Harmonies of #D189B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D189B0

Black with #D189B0

Text Example


Text Example

White with #D189B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D189B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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