Html Css Color HEX #D796E6 Plum

📋 copy color: '#D796E6'

red 215 ◦ green 150 ◦ blue 230

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

Shades of Plum #D796E6

Tints of Plum #D796E6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.21%

 BLUE value IS 230 (90.23% from 255) = 38.66%

R = 36.13%
G = 25.21%
B = 38.66%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D796E6 (or 0xD796E6) is known color: Plum. HEX triplet: D7, 96 and E6. RGB value is (215,150,230). Sum of RGB (Red+Green+Blue) = 215+150+230=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 230 - color contains mainly: blue. Hex color #D796E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D796E6 is #286919. Grayscale: #B2B2B2. Windows color (decimal): -2648346 or 15111895. OLE color: 15111895.

HSL color Cylindrical-coordinate representation of color #D796E6: hue angle of 288.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D796E6 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 150 230 -
CMYK 0.07 0.35 0 0.10
HSL 288.75º 0.62% 0.75% -
HSV(B) 288.75º 0.35% 0.9% -
XYZ 53.21 41.97 80.16 -
YUV 178.56 157.03 154 -
System Red Green Blue C M Y K H S L
Decimal 215 150 230 0.07 0.35 0 0.10 288.75 0.62 0.75
Hex D7 96 E6 7 23 0 A 121 3E 4B
Octal 327 226 346 7 43 0 12 441 76 113
Binary 11010111 10010110 11100110 111 100011 0 1010 100100001 111110 1001011

Color Harmonies of #D796E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D796E6

Black with #D796E6

Text Example


Text Example

White with #D796E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D796E6; }

 p { color: rgb(215,150,230); }

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

background-color css

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

 a { background-color: rgb(215,150,230); }

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

border-color css

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

 span { border-color: rgb(215,150,230); }

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