Html Css Color HEX #D182B0 Kobi

📋 copy color: '#D182B0'

red 209 ◦ green 130 ◦ blue 176

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

Shades of Kobi #D182B0

Tints of Kobi #D182B0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.24%

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

R = 40.58%
G = 25.24%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D182B0 (or 0xD182B0) is known color: Kobi. HEX triplet: D1, 82 and B0. RGB value is (209,130,176). Sum of RGB (Red+Green+Blue) = 209+130+176=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D182B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D182B0 is #2E7D4F. Grayscale: #9E9E9E. Windows color (decimal): -3046736 or 11567825. OLE color: 11567825.

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

Color convert

RGB 209 130 176 -
CMYK 0 0.38 0.16 0.18
HSL 325.06º 0.46% 0.66% -
HSV(B) 325.06º 0.38% 0.82% -
XYZ 42.11 32.66 45.16 -
YUV 158.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 209 130 176 0 0.38 0.16 0.18 325.06 0.46 0.66
Hex D1 82 B0 0 26 10 12 145 2E 42
Octal 321 202 260 0 46 20 22 505 56 102
Binary 11010001 10000010 10110000 0 100110 10000 10010 101000101 101110 1000010

Color Harmonies of #D182B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D182B0

Black with #D182B0

Text Example


Text Example

White with #D182B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D182B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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