Html Css Color HEX #D193AF Kobi

📋 copy color: '#D193AF'

red 209 ◦ green 147 ◦ blue 175

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

Shades of Kobi #D193AF

Tints of Kobi #D193AF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.68%

 BLUE value IS 175 (68.75% from 255) = 32.96%

R = 39.36%
G = 27.68%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D193AF (or 0xD193AF) is known color: Kobi. HEX triplet: D1, 93 and AF. RGB value is (209,147,175). Sum of RGB (Red+Green+Blue) = 209+147+175=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D193AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D193AF is #2E6C50. Grayscale: #A8A8A8. Windows color (decimal): -3042385 or 11506641. OLE color: 11506641.

HSL color Cylindrical-coordinate representation of color #D193AF: hue angle of 332.9º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D193AF is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 147 175 -
CMYK 0 0.30 0.16 0.18
HSL 332.9º 0.4% 0.7% -
HSV(B) 332.9º 0.3% 0.82% -
XYZ 44.47 37.52 45.46 -
YUV 168.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 209 147 175 0 0.30 0.16 0.18 332.9 0.4 0.7
Hex D1 93 AF 0 1E 10 12 14D 28 46
Octal 321 223 257 0 36 20 22 515 50 106
Binary 11010001 10010011 10101111 0 11110 10000 10010 101001101 101000 1000110

Color Harmonies of #D193AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193AF

Black with #D193AF

Text Example


Text Example

White with #D193AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193AF; }

 p { color: rgb(209,147,175); }

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

background-color css

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

 a { background-color: rgb(209,147,175); }

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

border-color css

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

 span { border-color: rgb(209,147,175); }

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