Html Css Color HEX #D183AB Kobi

📋 copy color: '#D183AB'

red 209 ◦ green 131 ◦ blue 171

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

Shades of Kobi #D183AB

Tints of Kobi #D183AB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.64%

 BLUE value IS 171 (67.19% from 255) = 33.46%

R = 40.9%
G = 25.64%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D183AB (or 0xD183AB) is known color: Kobi. HEX triplet: D1, 83 and AB. RGB value is (209,131,171). Sum of RGB (Red+Green+Blue) = 209+131+171=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D183AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D183AB is #2E7C54. Grayscale: #9E9E9E. Windows color (decimal): -3046485 or 11240401. OLE color: 11240401.

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

Color convert

RGB 209 131 171 -
CMYK 0 0.37 0.18 0.18
HSL 329.23º 0.46% 0.67% -
HSV(B) 329.23º 0.37% 0.82% -
XYZ 41.76 32.73 42.64 -
YUV 158.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 209 131 171 0 0.37 0.18 0.18 329.23 0.46 0.67
Hex D1 83 AB 0 25 12 12 149 2E 43
Octal 321 203 253 0 45 22 22 511 56 103
Binary 11010001 10000011 10101011 0 100101 10010 10010 101001001 101110 1000011

Color Harmonies of #D183AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D183AB

Black with #D183AB

Text Example


Text Example

White with #D183AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D183AB; }

 p { color: rgb(209,131,171); }

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

background-color css

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

 a { background-color: rgb(209,131,171); }

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

border-color css

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

 span { border-color: rgb(209,131,171); }

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