Html Css Color HEX #D19DB0 Kobi

📋 copy color: '#D19DB0'

red 209 ◦ green 157 ◦ blue 176

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

Shades of Kobi #D19DB0

Tints of Kobi #D19DB0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.97%

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

R = 38.56%
G = 28.97%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D19DB0 (or 0xD19DB0) is known color: Kobi. HEX triplet: D1, 9D and B0. RGB value is (209,157,176). Sum of RGB (Red+Green+Blue) = 209+157+176=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D19DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19DB0 is #2E624F. Grayscale: #AEAEAE. Windows color (decimal): -3039824 or 11574737. OLE color: 11574737.

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

Color convert

RGB 209 157 176 -
CMYK 0 0.25 0.16 0.18
HSL 338.08º 0.36% 0.72% -
HSV(B) 338.08º 0.25% 0.82% -
XYZ 46.19 40.8 46.52 -
YUV 174.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 209 157 176 0 0.25 0.16 0.18 338.08 0.36 0.72
Hex D1 9D B0 0 19 10 12 152 24 48
Octal 321 235 260 0 31 20 22 522 44 110
Binary 11010001 10011101 10110000 0 11001 10000 10010 101010010 100100 1001000

Color Harmonies of #D19DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19DB0

Black with #D19DB0

Text Example


Text Example

White with #D19DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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