Html Css Color HEX #D798AD Kobi

📋 copy color: '#D798AD'

red 215 ◦ green 152 ◦ blue 173

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

Shades of Kobi #D798AD

Tints of Kobi #D798AD

RGB

 RED value IS 215 (84.38% from 255) = 39.81%

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

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

R = 39.81%
G = 28.15%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D798AD (or 0xD798AD) is known color: Kobi. HEX triplet: D7, 98 and AD. RGB value is (215,152,173). Sum of RGB (Red+Green+Blue) = 215+152+173=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D798AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D798AD is #286752. Grayscale: #ADADAD. Windows color (decimal): -2647891 or 11376855. OLE color: 11376855.

HSL color Cylindrical-coordinate representation of color #D798AD: hue angle of 340º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D798AD is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 152 173 -
CMYK 0 0.29 0.20 0.16
HSL 340º 0.44% 0.72% -
HSV(B) 340º 0.29% 0.84% -
XYZ 46.8 39.92 44.77 -
YUV 173.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 215 152 173 0 0.29 0.20 0.16 340 0.44 0.72
Hex D7 98 AD 0 1D 14 10 154 2C 48
Octal 327 230 255 0 35 24 20 524 54 110
Binary 11010111 10011000 10101101 0 11101 10100 10000 101010100 101100 1001000

Color Harmonies of #D798AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D798AD

Black with #D798AD

Text Example


Text Example

White with #D798AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D798AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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