Html Css Color HEX #D19FB0 Kobi

📋 copy color: '#D19FB0'

red 209 ◦ green 159 ◦ blue 176

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

Shades of Kobi #D19FB0

Tints of Kobi #D19FB0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.23%

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

R = 38.42%
G = 29.23%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D19FB0 (or 0xD19FB0) is known color: Kobi. HEX triplet: D1, 9F and B0. RGB value is (209,159,176). Sum of RGB (Red+Green+Blue) = 209+159+176=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19FB0 is #2E604F. Grayscale: #AFAFAF. Windows color (decimal): -3039312 or 11575249. OLE color: 11575249.

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

Color convert

RGB 209 159 176 -
CMYK 0 0.24 0.16 0.18
HSL 339.6º 0.35% 0.72% -
HSV(B) 339.6º 0.24% 0.82% -
XYZ 46.53 41.49 46.63 -
YUV 175.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 209 159 176 0 0.24 0.16 0.18 339.6 0.35 0.72
Hex D1 9F B0 0 18 10 12 154 23 48
Octal 321 237 260 0 30 20 22 524 43 110
Binary 11010001 10011111 10110000 0 11000 10000 10010 101010100 100011 1001000

Color Harmonies of #D19FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19FB0

Black with #D19FB0

Text Example


Text Example

White with #D19FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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