Html Css Color HEX #D796CF Plum

📋 copy color: '#D796CF'

red 215 ◦ green 150 ◦ blue 207

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

Shades of Plum #D796CF

Tints of Plum #D796CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.19%

R = 37.59%
G = 26.22%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D796CF (or 0xD796CF) is known color: Plum. HEX triplet: D7, 96 and CF. RGB value is (215,150,207). Sum of RGB (Red+Green+Blue) = 215+150+207=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D796CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796CF is #286930. Grayscale: #AFAFAF. Windows color (decimal): -2648369 or 13604567. OLE color: 13604567.

HSL color Cylindrical-coordinate representation of color #D796CF: hue angle of 307.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D796CF is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 150 207 -
CMYK 0 0.30 0.04 0.16
HSL 307.38º 0.45% 0.72% -
HSV(B) 307.38º 0.3% 0.84% -
XYZ 50.19 40.76 64.25 -
YUV 175.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 215 150 207 0 0.30 0.04 0.16 307.38 0.45 0.72
Hex D7 96 CF 0 1E 4 10 133 2D 48
Octal 327 226 317 0 36 4 20 463 55 110
Binary 11010111 10010110 11001111 0 11110 100 10000 100110011 101101 1001000

Color Harmonies of #D796CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D796CF

Black with #D796CF

Text Example


Text Example

White with #D796CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D796CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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