Html Css Color HEX #D19AAD Kobi

📋 copy color: '#D19AAD'

red 209 ◦ green 154 ◦ blue 173

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

Shades of Kobi #D19AAD

Tints of Kobi #D19AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.73%

 BLUE value IS 173 (67.97% from 255) = 32.28%

R = 38.99%
G = 28.73%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D19AAD (or 0xD19AAD) is known color: Kobi. HEX triplet: D1, 9A and AD. RGB value is (209,154,173). Sum of RGB (Red+Green+Blue) = 209+154+173=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D19AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19AAD is #2E6552. Grayscale: #ACACAC. Windows color (decimal): -3040595 or 11377361. OLE color: 11377361.

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

Color convert

RGB 209 154 173 -
CMYK 0 0.26 0.17 0.18
HSL 339.27º 0.37% 0.71% -
HSV(B) 339.27º 0.26% 0.82% -
XYZ 45.39 39.68 44.8 -
YUV 172.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 209 154 173 0 0.26 0.17 0.18 339.27 0.37 0.71
Hex D1 9A AD 0 1A 11 12 153 25 47
Octal 321 232 255 0 32 21 22 523 45 107
Binary 11010001 10011010 10101101 0 11010 10001 10010 101010011 100101 1000111

Color Harmonies of #D19AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19AAD

Black with #D19AAD

Text Example


Text Example

White with #D19AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19AAD; }

 p { color: rgb(209,154,173); }

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

background-color css

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

 a { background-color: rgb(209,154,173); }

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

border-color css

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

 span { border-color: rgb(209,154,173); }

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