Html Css Color HEX #D793CE Plum

📋 copy color: '#D793CE'

red 215 ◦ green 147 ◦ blue 206

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

Shades of Plum #D793CE

Tints of Plum #D793CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.88%

 BLUE value IS 206 (80.86% from 255) = 36.27%

R = 37.85%
G = 25.88%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D793CE (or 0xD793CE) is known color: Plum. HEX triplet: D7, 93 and CE. RGB value is (215,147,206). Sum of RGB (Red+Green+Blue) = 215+147+206=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 215 - color contains mainly: red. Hex color #D793CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793CE is #286C31. Grayscale: #ADADAD. Windows color (decimal): -2649138 or 13538263. OLE color: 13538263.

HSL color Cylindrical-coordinate representation of color #D793CE: hue angle of 307.94º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D793CE is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 147 206 -
CMYK 0 0.32 0.04 0.16
HSL 307.94º 0.46% 0.71% -
HSV(B) 307.94º 0.32% 0.84% -
XYZ 49.6 39.77 63.45 -
YUV 174.06 146.03 157.2 -
System Red Green Blue C M Y K H S L
Decimal 215 147 206 0 0.32 0.04 0.16 307.94 0.46 0.71
Hex D7 93 CE 0 20 4 10 134 2E 47
Octal 327 223 316 0 40 4 20 464 56 107
Binary 11010111 10010011 11001110 0 100000 100 10000 100110100 101110 1000111

Color Harmonies of #D793CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D793CE

Black with #D793CE

Text Example


Text Example

White with #D793CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D793CE; }

 p { color: rgb(215,147,206); }

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

background-color css

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

 a { background-color: rgb(215,147,206); }

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

border-color css

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

 span { border-color: rgb(215,147,206); }

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