Html Css Color HEX #D79DAF Kobi

📋 copy color: '#D79DAF'

red 215 ◦ green 157 ◦ blue 175

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

Shades of Kobi #D79DAF

Tints of Kobi #D79DAF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.7%

 BLUE value IS 175 (68.75% from 255) = 31.99%

R = 39.31%
G = 28.7%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D79DAF (or 0xD79DAF) is known color: Kobi. HEX triplet: D7, 9D and AF. RGB value is (215,157,175). Sum of RGB (Red+Green+Blue) = 215+157+175=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D79DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79DAF is #286250. Grayscale: #B0B0B0. Windows color (decimal): -2646609 or 11509207. OLE color: 11509207.

HSL color Cylindrical-coordinate representation of color #D79DAF: hue angle of 341.38º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79DAF is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 157 175 -
CMYK 0 0.27 0.19 0.16
HSL 341.38º 0.42% 0.73% -
HSV(B) 341.38º 0.27% 0.84% -
XYZ 47.82 41.66 46.08 -
YUV 176.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 215 157 175 0 0.27 0.19 0.16 341.38 0.42 0.73
Hex D7 9D AF 0 1B 13 10 155 2A 49
Octal 327 235 257 0 33 23 20 525 52 111
Binary 11010111 10011101 10101111 0 11011 10011 10000 101010101 101010 1001001

Color Harmonies of #D79DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79DAF

Black with #D79DAF

Text Example


Text Example

White with #D79DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79DAF; }

 p { color: rgb(215,157,175); }

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

background-color css

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

 a { background-color: rgb(215,157,175); }

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

border-color css

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

 span { border-color: rgb(215,157,175); }

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