Html Css Color HEX #D79DAE Kobi

📋 copy color: '#D79DAE'

red 215 ◦ green 157 ◦ blue 174

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

Shades of Kobi #D79DAE

Tints of Kobi #D79DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.87%

R = 39.38%
G = 28.75%
B = 31.87%

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

#D79DAE (or 0xD79DAE) is known color: Kobi. HEX triplet: D7, 9D and AE. RGB value is (215,157,174). Sum of RGB (Red+Green+Blue) = 215+157+174=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D79DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79DAE is #286251. Grayscale: #B0B0B0. Windows color (decimal): -2646610 or 11443671. OLE color: 11443671.

HSL color Cylindrical-coordinate representation of color #D79DAE: hue angle of 342.41º 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 #D79DAE is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 157 174 -
CMYK 0 0.27 0.19 0.16
HSL 342.41º 0.42% 0.73% -
HSV(B) 342.41º 0.27% 0.84% -
XYZ 47.72 41.62 45.56 -
YUV 176.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 215 157 174 0 0.27 0.19 0.16 342.41 0.42 0.73
Hex D7 9D AE 0 1B 13 10 156 2A 49
Octal 327 235 256 0 33 23 20 526 52 111
Binary 11010111 10011101 10101110 0 11011 10011 10000 101010110 101010 1001001

Color Harmonies of #D79DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79DAE

Black with #D79DAE

Text Example


Text Example

White with #D79DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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