Html Css Color HEX #D185B0 Kobi

📋 copy color: '#D185B0'

red 209 ◦ green 133 ◦ blue 176

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

Shades of Kobi #D185B0

Tints of Kobi #D185B0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.68%

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

R = 40.35%
G = 25.68%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D185B0 (or 0xD185B0) is known color: Kobi. HEX triplet: D1, 85 and B0. RGB value is (209,133,176). Sum of RGB (Red+Green+Blue) = 209+133+176=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D185B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D185B0 is #2E7A4F. Grayscale: #A0A0A0. Windows color (decimal): -3045968 or 11568593. OLE color: 11568593.

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

Color convert

RGB 209 133 176 -
CMYK 0 0.36 0.16 0.18
HSL 326.05º 0.45% 0.67% -
HSV(B) 326.05º 0.36% 0.82% -
XYZ 42.52 33.46 45.29 -
YUV 160.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 209 133 176 0 0.36 0.16 0.18 326.05 0.45 0.67
Hex D1 85 B0 0 24 10 12 146 2D 43
Octal 321 205 260 0 44 20 22 506 55 103
Binary 11010001 10000101 10110000 0 100100 10000 10010 101000110 101101 1000011

Color Harmonies of #D185B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D185B0

Black with #D185B0

Text Example


Text Example

White with #D185B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D185B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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