Html Css Color HEX #D19DB1 Kobi

📋 copy color: '#D19DB1'

red 209 ◦ green 157 ◦ blue 177

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

Shades of Kobi #D19DB1

Tints of Kobi #D19DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.6%

R = 38.49%
G = 28.91%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D19DB1 (or 0xD19DB1) is known color: Kobi. HEX triplet: D1, 9D and B1. RGB value is (209,157,177). Sum of RGB (Red+Green+Blue) = 209+157+177=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D19DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19DB1 is #2E624E. Grayscale: #AEAEAE. Windows color (decimal): -3039823 or 11640273. OLE color: 11640273.

HSL color Cylindrical-coordinate representation of color #D19DB1: hue angle of 336.92º 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 #D19DB1 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 157 177 -
CMYK 0 0.25 0.15 0.18
HSL 336.92º 0.36% 0.72% -
HSV(B) 336.92º 0.25% 0.82% -
XYZ 46.29 40.84 47.04 -
YUV 174.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 209 157 177 0 0.25 0.15 0.18 336.92 0.36 0.72
Hex D1 9D B1 0 19 F 12 151 24 48
Octal 321 235 261 0 31 17 22 521 44 110
Binary 11010001 10011101 10110001 0 11001 1111 10010 101010001 100100 1001000

Color Harmonies of #D19DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19DB1

Black with #D19DB1

Text Example


Text Example

White with #D19DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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