Html Css Color HEX #D393AD Kobi

📋 copy color: '#D393AD'

red 211 ◦ green 147 ◦ blue 173

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

Shades of Kobi #D393AD

Tints of Kobi #D393AD

RGB

 RED value IS 211 (82.81% from 255) = 39.74%

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

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

R = 39.74%
G = 27.68%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D393AD (or 0xD393AD) is known color: Kobi. HEX triplet: D3, 93 and AD. RGB value is (211,147,173). Sum of RGB (Red+Green+Blue) = 211+147+173=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D393AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D393AD is #2C6C52. Grayscale: #A9A9A9. Windows color (decimal): -2911315 or 11375571. OLE color: 11375571.

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

Color convert

RGB 211 147 173 -
CMYK 0 0.30 0.18 0.17
HSL 335.63º 0.42% 0.7% -
HSV(B) 335.63º 0.3% 0.83% -
XYZ 44.84 37.73 44.46 -
YUV 169.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 211 147 173 0 0.30 0.18 0.17 335.63 0.42 0.7
Hex D3 93 AD 0 1E 12 11 150 2A 46
Octal 323 223 255 0 36 22 21 520 52 106
Binary 11010011 10010011 10101101 0 11110 10010 10001 101010000 101010 1000110

Color Harmonies of #D393AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D393AD

Black with #D393AD

Text Example


Text Example

White with #D393AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D393AD; }

 p { color: rgb(211,147,173); }

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

background-color css

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

 a { background-color: rgb(211,147,173); }

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

border-color css

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

 span { border-color: rgb(211,147,173); }

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