Html Css Color HEX #D398AD Kobi

📋 copy color: '#D398AD'

red 211 ◦ green 152 ◦ blue 173

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

Shades of Kobi #D398AD

Tints of Kobi #D398AD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.36%

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

R = 39.37%
G = 28.36%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D398AD (or 0xD398AD) is known color: Kobi. HEX triplet: D3, 98 and AD. RGB value is (211,152,173). Sum of RGB (Red+Green+Blue) = 211+152+173=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 211 - color contains mainly: red. Hex color #D398AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D398AD is #2C6752. Grayscale: #ACACAC. Windows color (decimal): -2910035 or 11376851. OLE color: 11376851.

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

Color convert

RGB 211 152 173 -
CMYK 0 0.28 0.18 0.17
HSL 338.64º 0.4% 0.71% -
HSV(B) 338.64º 0.28% 0.83% -
XYZ 45.64 39.32 44.72 -
YUV 172.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 211 152 173 0 0.28 0.18 0.17 338.64 0.4 0.71
Hex D3 98 AD 0 1C 12 11 153 28 47
Octal 323 230 255 0 34 22 21 523 50 107
Binary 11010011 10011000 10101101 0 11100 10010 10001 101010011 101000 1000111

Color Harmonies of #D398AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D398AD

Black with #D398AD

Text Example


Text Example

White with #D398AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D398AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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