Html Css Color HEX #D79DB5 Kobi

📋 copy color: '#D79DB5'

red 215 ◦ green 157 ◦ blue 181

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

Shades of Kobi #D79DB5

Tints of Kobi #D79DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.73%

R = 38.88%
G = 28.39%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D79DB5 (or 0xD79DB5) is known color: Kobi. HEX triplet: D7, 9D and B5. RGB value is (215,157,181). Sum of RGB (Red+Green+Blue) = 215+157+181=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D79DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DB5 is #28624A. Grayscale: #B1B1B1. Windows color (decimal): -2646603 or 11902423. OLE color: 11902423.

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

Color convert

RGB 215 157 181 -
CMYK 0 0.27 0.16 0.16
HSL 335.17º 0.42% 0.73% -
HSV(B) 335.17º 0.27% 0.84% -
XYZ 48.42 41.9 49.25 -
YUV 177.08 130.22 155.05 -
System Red Green Blue C M Y K H S L
Decimal 215 157 181 0 0.27 0.16 0.16 335.17 0.42 0.73
Hex D7 9D B5 0 1B 10 10 14F 2A 49
Octal 327 235 265 0 33 20 20 517 52 111
Binary 11010111 10011101 10110101 0 11011 10000 10000 101001111 101010 1001001

Color Harmonies of #D79DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79DB5

Black with #D79DB5

Text Example


Text Example

White with #D79DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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