Html Css Color HEX #D399AD Kobi

📋 copy color: '#D399AD'

red 211 ◦ green 153 ◦ blue 173

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

Shades of Kobi #D399AD

Tints of Kobi #D399AD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.49%

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

R = 39.29%
G = 28.49%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D399AD (or 0xD399AD) is known color: Kobi. HEX triplet: D3, 99 and AD. RGB value is (211,153,173). Sum of RGB (Red+Green+Blue) = 211+153+173=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D399AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D399AD is #2C6652. Grayscale: #ACACAC. Windows color (decimal): -2909779 or 11377107. OLE color: 11377107.

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

Color convert

RGB 211 153 173 -
CMYK 0 0.27 0.18 0.17
HSL 339.31º 0.4% 0.71% -
HSV(B) 339.31º 0.27% 0.83% -
XYZ 45.8 39.65 44.77 -
YUV 172.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 211 153 173 0 0.27 0.18 0.17 339.31 0.4 0.71
Hex D3 99 AD 0 1B 12 11 153 28 47
Octal 323 231 255 0 33 22 21 523 50 107
Binary 11010011 10011001 10101101 0 11011 10010 10001 101010011 101000 1000111

Color Harmonies of #D399AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D399AD

Black with #D399AD

Text Example


Text Example

White with #D399AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D399AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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