Html Css Color HEX #D193AE Kobi

📋 copy color: '#D193AE'

red 209 ◦ green 147 ◦ blue 174

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

Shades of Kobi #D193AE

Tints of Kobi #D193AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.83%

R = 39.43%
G = 27.74%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D193AE (or 0xD193AE) is known color: Kobi. HEX triplet: D1, 93 and AE. RGB value is (209,147,174). Sum of RGB (Red+Green+Blue) = 209+147+174=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D193AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D193AE is #2E6C51. Grayscale: #A8A8A8. Windows color (decimal): -3042386 or 11441105. OLE color: 11441105.

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

Color convert

RGB 209 147 174 -
CMYK 0 0.30 0.17 0.18
HSL 333.87º 0.4% 0.7% -
HSV(B) 333.87º 0.3% 0.82% -
XYZ 44.37 37.48 44.94 -
YUV 168.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 209 147 174 0 0.30 0.17 0.18 333.87 0.4 0.7
Hex D1 93 AE 0 1E 11 12 14E 28 46
Octal 321 223 256 0 36 21 22 516 50 106
Binary 11010001 10010011 10101110 0 11110 10001 10010 101001110 101000 1000110

Color Harmonies of #D193AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193AE

Black with #D193AE

Text Example


Text Example

White with #D193AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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