Html Css Color HEX #D79FBB Shocking

📋 copy color: '#D79FBB'

red 215 ◦ green 159 ◦ blue 187

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

Shades of Shocking #D79FBB

Tints of Shocking #D79FBB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.34%

 BLUE value IS 187 (73.44% from 255) = 33.33%

R = 38.32%
G = 28.34%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D79FBB (or 0xD79FBB) is known color: Shocking. HEX triplet: D7, 9F and BB. RGB value is (215,159,187). Sum of RGB (Red+Green+Blue) = 215+159+187=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D79FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FBB is #286044. Grayscale: #B2B2B2. Windows color (decimal): -2646085 or 12296151. OLE color: 12296151.

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

Color convert

RGB 215 159 187 -
CMYK 0 0.26 0.13 0.16
HSL 330º 0.41% 0.73% -
HSV(B) 330º 0.26% 0.84% -
XYZ 49.39 42.83 52.68 -
YUV 178.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 215 159 187 0 0.26 0.13 0.16 330 0.41 0.73
Hex D7 9F BB 0 1A D 10 14A 29 49
Octal 327 237 273 0 32 15 20 512 51 111
Binary 11010111 10011111 10111011 0 11010 1101 10000 101001010 101001 1001001

Color Harmonies of #D79FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79FBB

Black with #D79FBB

Text Example


Text Example

White with #D79FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79FBB; }

 p { color: rgb(215,159,187); }

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

background-color css

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

 a { background-color: rgb(215,159,187); }

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

border-color css

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

 span { border-color: rgb(215,159,187); }

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